CelestiaContent/data/CMakeLists.txt

48 lines
900 B
CMake
Raw Normal View History

2018-11-28 14:42:00 -07:00
if(ENABLE_HIPPARCOS)
add_custom_command(OUTPUT stars.dat COMMAND buildstardb -q DEPENDS buildstardb)
add_custom_target(hipparcos_data ALL DEPENDS stars.dat)
endif()
set(DATA_SOURCES
asterisms.dat
boundaries.dat
hdxindex.dat
saoxindex.dat
starnames.dat
stars.dat
extrasolar.ssc
solarsys.ssc
charm2.stc
extrasolar.stc
nearstars.stc
revised.stc
spectbins.stc
visualbins.stc
asteroids.ssc
comets.ssc
dwarfplanets.ssc
2018-11-28 14:42:00 -07:00
earth_locs.ssc
eros_locs.ssc
2018-11-30 10:54:25 -07:00
galaxies.dsc
2018-11-28 14:42:00 -07:00
gaspra_locs.ssc
2018-11-30 10:54:25 -07:00
globulars.dsc
2018-11-28 14:42:00 -07:00
ida_locs.ssc
itokawa_locs.ssc
jupitermoons_locs.ssc
mars_locs.ssc
marsmoons_locs.ssc
merc_locs.ssc
minormoons.ssc
moon_locs.ssc
neptunemoons_locs.ssc
2020-01-12 00:16:10 -07:00
openclusters.dsc
2018-11-28 14:42:00 -07:00
outersys.ssc
ring_locs.ssc
saturnmoons_locs.ssc
uranusmoons_locs.ssc
venus_locs.ssc
world-capitals.ssc
)
install(FILES ${DATA_SOURCES} DESTINATION "${DATADIR}/data")