File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ include(CTest)
1616option (IS_TESTING "Build for CTest" OFF )
1717message (STATUS "IS_TESTING: ${IS_TESTING} " )
1818
19- add_executable (SliceWrapper test /SliceWrapper .cpp)
19+ add_executable (SliceWrapper test /testSliceWrapper .cpp)
2020target_include_directories (SliceWrapper PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} /src) #hack - this should be a header-only library
2121target_link_libraries (SliceWrapper Omega_h::omega_h)
2222target_link_libraries (SliceWrapper Cabana::cabanacore)
2323target_compile_definitions (SliceWrapper PUBLIC ENABLE_CABANA)
2424
25- add_executable (MeshField test /MeshField .cpp)
25+ add_executable (MeshField test /testMeshField .cpp)
2626target_include_directories (MeshField PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} /src) #hack - this should be a header-only library
2727target_link_libraries (MeshField Omega_h::omega_h)
2828target_link_libraries (MeshField Cabana::cabanacore)
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments