Skip to content

Commit f1cf7a1

Browse files
committed
Update CMakeLists.txt
1 parent cb267ef commit f1cf7a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ add_library(matplotlib_cpp INTERFACE)
1111
target_include_directories(matplotlib_cpp
1212
INTERFACE
1313
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/examples>
14+
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}>
1415
$<INSTALL_INTERFACE:include>
1516
)
1617
target_compile_features(matplotlib_cpp INTERFACE

0 commit comments

Comments
 (0)