Warning, /education/marble/src/3rdparty/sgp4/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 project(sgp4)
0002 
0003 include_directories(
0004  ${CMAKE_CURRENT_SOURCE_DIR}
0005  ${CMAKE_CURRENT_BINARY_DIR}
0006 )
0007 
0008 set( sgp4_SRCS
0009  sgp4ext.cpp
0010  sgp4unit.cpp
0011  sgp4io.cpp )
0012 
0013 add_library(sgp4 STATIC ${sgp4_SRCS})
0014