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
e73df2f240
sgp4
/
runtest
/
CMakeLists.txt
9 lines
109 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
r
u
n
t
e
s
t
.
c
c
)
Seperate CMakeLists.txt files. More warnings enabled.
2017-01-08 14:17:03 +00:00
add_executable
(
runtest
$
{
S
R
C
S
}
)
target_link_libraries
(
runtest
s
g
p
4
r
t
)