We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df2da3 commit 1948699Copy full SHA for 1948699
CMakeLists.txt
@@ -121,6 +121,8 @@ target_link_libraries(
121
target_include_directories(
122
proxsuite INTERFACE "$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/include>"
123
"$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>")
124
+target_include_directories(
125
+ proxsuite INTERFACE "$<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/include>")
126
set(EXPORTED_TARGETS_LIST proxsuite)
127
128
add_header_group(${PROJECT_NAME}_HEADERS)
0 commit comments