diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e11380b7..01c8226b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -175,7 +175,10 @@ SET(HEADERS add_library(geometry-central ${SRCS} ${HEADERS}) # Includes from this project -target_include_directories(geometry-central PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/../include") +target_include_directories(geometry-central PUBLIC + $ + $ +) # Add all includes and link libraries from dependencies, which were populated in deps/CMakeLists.txt target_link_libraries(geometry-central PUBLIC ${GC_DEP_LIBS})