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 a500a29 commit 02ec690Copy full SHA for 02ec690
CMakeLists.txt
@@ -5,5 +5,7 @@ include(GNUInstallDirs)
5
6
add_library(${PROJECT_NAME} INTERFACE)
7
8
+target_include_directories(readerwriterqueue INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
9
+
10
install(FILES atomicops.h readerwriterqueue.h LICENSE.md
11
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME})
0 commit comments