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 1f6cade commit baf1f8bCopy full SHA for baf1f8b
CMakeLists.txt
@@ -13,14 +13,14 @@ add_library(catplot
13
src/svg_canvas.cpp
14
src/svg_backend.cpp
15
)
16
+
17
target_include_directories(catplot PUBLIC
18
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
19
+ $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/numbits/include>
20
$<INSTALL_INTERFACE:include>
21
22
23
if(CATPLOT_BUILD_EXAMPLES)
24
add_executable(catplot_example examples/simple.cpp)
25
target_link_libraries(catplot_example PRIVATE catplot)
26
endif()
-
0 commit comments