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
efcea7b6d5
sgp4
/
sattrack
/
CMakeLists.txt
9 lines
112 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
s
g
p
4
r
t
)