Revision 66d8e606a8d996ded60bc81d5edf319142a5fad9 authored by Ron Burkey on 04 October 2021, 11:49:55 UTC, committed by Ron Burkey on 04 October 2021, 11:49:55 UTC
2 parent s dfc2190 + 42c2282
Raw File
CMakeLists.txt
add_executable(yaUniverse yaUniverse.c FetchEphemerisPlanet.c TimeStep.c)
target_compile_definitions(yaUniverse PRIVATE NVER="${NVER}")
target_link_libraries(yaUniverse PRIVATE libyaAGC m)

add_test(NAME yaUniverse
COMMAND $<TARGET_FILE:yaUniverse> --ephem-read --mission=Test
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})

install(TARGETS yaUniverse)
back to top