We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0211d commit ff4a3a4Copy full SHA for ff4a3a4
CMakeLists.txt
@@ -88,7 +88,7 @@ endif()
88
89
# Boost (header only) -----------------------------------------------------
90
download_submodule_project(boost)
91
-target_link_directories(${SHARED_LIB_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/deps/boost/win/1_89/include/boost-1_85)
+target_include_directories(${SHARED_LIB_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/deps/boost/win/1_89/include/boost-1_85)
92
93
# CGAL (header-only) ------------------------------------------------------
94
target_include_directories(${SHARED_LIB_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/deps/cgal/include)
0 commit comments