Adopted some statements from the standard demo for the testsuit

This commit is contained in:
Efi Fogel 2024-03-05 11:58:00 +02:00
parent 50052e87b5
commit e6d396af6d
1 changed files with 4 additions and 0 deletions

View File

@ -126,3 +126,7 @@ file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/shaders
# BUNDLE DESTINATION "${INSTALL_EXAMPLEDIR}"
# LIBRARY DESTINATION "${INSTALL_EXAMPLEDIR}"
# )
add_to_cached_list(CGAL_EXECUTABLE_TARGETS earth)
include(${CGAL_MODULES_DIR}/CGAL_add_test.cmake)
cgal_add_compilation_test(earth)