Skip to content

Commit 02ec690

Browse files
committed
Added target_include_directories to CMakeLists as per issue #105
1 parent a500a29 commit 02ec690

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ include(GNUInstallDirs)
55

66
add_library(${PROJECT_NAME} INTERFACE)
77

8+
target_include_directories(readerwriterqueue INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
9+
810
install(FILES atomicops.h readerwriterqueue.h LICENSE.md
911
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME})

0 commit comments

Comments
 (0)