You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
296 B

3 months ago
find_package(OpenMP REQUIRED)
INCLUDE_DIRECTORIES(../../ ./)
set(CMAKE_DEBUG_POSTFIX "d")
set(all_files ${project_headers} ${project_cpps})
source_group_by_dir(all_files)
ADD_EXECUTABLE(ISG_console ISG_console.cpp)
target_link_libraries(ISG_console PRIVATE OpenMP::OpenMP_CXX IsoSurfaceGen)