celestia/src/CMakeLists.txt

20 lines
272 B
CMake

set(CELESTIA_LIBS
cel3ds
celengine
celephem
celestia
celmath
celmodel
celtxf
celutil
)
foreach(lib ${CELESTIA_LIBS} tools)
add_subdirectory(${lib})
endforeach()
if (NOT WIN32)
add_executable(buildstardb buildstardb.cpp)
cotire(buildstardb)
endif()