Warning, /npsim/src/geocad/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 set(geocad_unit_test npdet_geocad_unit_partial_tree)
0002 add_executable(${geocad_unit_test} unit_partial_tree.cxx)
0003 target_link_libraries(${geocad_unit_test}
0004 PRIVATE GeoCad ROOT::Geom
0005 )
0006 set_target_properties(${geocad_unit_test} PROPERTIES
0007 BUILD_RPATH "$<TARGET_FILE_DIR:GeoCad>"
0008 )
0009 add_test(NAME ${geocad_unit_test} COMMAND ${geocad_unit_test})
0010
0011 set(geocad_integration_test npdet_geocad_integration_create_step)
0012 add_executable(${geocad_integration_test} integration_create_step.cxx)
0013 target_link_libraries(${geocad_integration_test}
0014 PRIVATE GeoCad ROOT::Geom
0015 )
0016 set_target_properties(${geocad_integration_test} PROPERTIES
0017 BUILD_RPATH "$<TARGET_FILE_DIR:GeoCad>"
0018 )
0019 add_test(
0020 NAME ${geocad_integration_test}
0021 COMMAND ${geocad_integration_test} ${CMAKE_CURRENT_BINARY_DIR}/npdet_geocad_test_geometry.stp
0022 )