Skip to content

Commit 46263b7

Browse files
authored
Core?
1 parent 94749ae commit 46263b7

File tree

2 files changed

+387
-6
lines changed

2 files changed

+387
-6
lines changed

main/CMakeLists.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
set (CMAKE_CXX_STANDARD 20)
22
set (MYAPP hypercutter)
33

4+
# pmp use double
5+
add_compile_definitions(PMP_SCALAR_TYPE_64)
6+
47

58
add_executable(${MYAPP}
69
${CMAKE_SOURCE_DIR}/src/bsp/pmp/surface_mesh.cpp
@@ -22,12 +25,6 @@ main.cpp
2225

2326
)
2427

25-
# pmp use double
26-
add_compile_definitions(PMP_SCALAR_TYPE_64)
27-
28-
# find_package(Catch2 REQUIRED)
29-
#target_link_libraries(${MYAPP} PRIVATE Catch2::Catch2WithMain)
30-
3128

3229

3330

0 commit comments

Comments
 (0)