4 lines
140 B
CMake
4 lines
140 B
CMake
|
include_directories(${CMAKE_SOURCE_DIR}/src/)
|
||
|
|
||
|
add_library(exact-ccd STATIC expansion.cpp interval.cpp rootparitycollisiontest.cpp bsc.cpp)
|