Commit 2da10c0 1 parent 8cc9979 commit 2da10c0 Copy full SHA for 2da10c0
File tree 1 file changed +3
-13
lines changed
1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 1
- set (TARGET kigumi- test )
1
+ set (TARGET kigumi_tests )
2
2
3
3
add_executable (${TARGET}
4
4
bounded_side_test.cc
@@ -10,25 +10,15 @@ add_executable(${TARGET}
10
10
)
11
11
12
12
if (UNIX )
13
- target_compile_options (${TARGET} PRIVATE -Wall -Wextra -Werror -fsanitize=undefined )
13
+ target_compile_options (${TARGET} PRIVATE -Wall -Wextra -Werror)
14
14
elseif (MSVC )
15
15
target_compile_options (${TARGET} PRIVATE /W4 /WX /wd4702)
16
16
endif ()
17
17
18
- target_include_directories (${TARGET} PRIVATE
19
- ${PROJECT_SOURCE_DIR} /include
20
- )
21
-
22
18
target_link_libraries (${TARGET} PRIVATE
23
- Boost::container
24
- Boost::container_hash
25
- Boost::endian
26
- Boost::iterator
27
- Boost::range
28
- CGAL::CGAL
29
19
GTest::gtest
30
20
GTest::gtest_main
31
- -fsanitize=undefined
21
+ kigumi
32
22
)
33
23
34
24
add_test (NAME ${TARGET} COMMAND $<TARGET_FILE:${TARGET} >)
You can’t perform that action at this time.
0 commit comments