celestia/src/CMakeLists.txt

18 lines
245 B
CMake
Raw Normal View History

2018-11-28 14:42:00 -07:00
set(CELESTIA_LIBS
cel3ds
celengine
celephem
celestia
celmath
celmodel
celtxf
celutil
)
foreach(lib ${CELESTIA_LIBS} tools)
add_subdirectory(${lib})
endforeach()
add_executable(buildstardb buildstardb.cpp)
cotire(buildstardb)