This website requires JavaScript.
Explore
Help
Register
Sign In
KJ135
/
sgp4
mirror of
http://172.16.0.12:5000/LAMPSARToolSoftware/sgp4.git
Watch
4
Star
0
Fork
You've already forked sgp4
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3db90aae9d
sgp4
/
sattrack
/
CMakeLists.txt
8 lines
105 B
CMake
Raw
Normal View
History
Unescape
Escape
Seperate CMakeLists.txt files. More warnings enabled.
2017-01-08 14:17:03 +00:00
set
(
SRCS
Rename files from cpp to cc
2018-08-26 22:37:25 +00:00
s
a
t
t
r
a
c
k
.
c
c
)
Seperate CMakeLists.txt files. More warnings enabled.
2017-01-08 14:17:03 +00:00
add_executable
(
sattrack
$
{
S
R
C
S
}
)
target_link_libraries
(
sattrack
Support building on Windows with Visual Studio (#21) * Remove lib rt, as not available on Windows, and doesn't seem to be required on CentOS 7 or Mac * Update CMakeLists.txt so it supports MSVC * Add support for CMake 2.8 * Export all symbols in DLLs on Windows * Simplify by removing support for CMake prior to version 3.13.4
2021-01-11 21:36:10 +00:00
s
g
p
4
)