Skip to content

Commit 00ea97b

Browse files
committed
src/CMakeLists.txt Add the path to the binary include dir (which is installed later)
Signed-off-by: Marcel Marock <[email protected]>
1 parent 46e2719 commit 00ea97b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ endif()
124124
target_include_directories(oqs
125125
PUBLIC
126126
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>"
127+
"$<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/include>"
127128
"$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>"
128129
)
129130

0 commit comments

Comments
 (0)