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 b55ddc3 commit 79eb19cCopy full SHA for 79eb19c
keychain_lib/CMakeLists.txt
@@ -22,6 +22,6 @@ SET(Boost_LIBRARIES ${BOOST_LIBRARIES_TEMP} ${Boost_LIBRARIES})
22
include_directories("./include/keychain_lib" "/opt/openssllib/include" "../3rd-party-components/include" "/usr/include/libcxxabi" ${Boost_INCLUDE_DIR})
23
24
file(GLOB KEYCHAIN_LIB_SOURCES "./src/*.cpp")
25
-file(GLOB KEYCHAIN_LIB_INCLUDE "./include/*.hpp")
+file(GLOB KEYCHAIN_LIB_INCLUDE "./include/keychain_lib/*.hpp")
26
27
add_library(keychain_common STATIC ${KEYCHAIN_LIB_SOURCES})
0 commit comments