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 cd9a96c commit b74f77aCopy full SHA for b74f77a
build/cmake/CMakeLists.txt
@@ -16,7 +16,7 @@ find_package(ruis REQUIRED)
16
17
# ============================
18
19
-file(GLOB_RECURSE srcs "../../src/${name}/*.cpp")
+file(GLOB_RECURSE srcs "../../src/*.cpp")
20
21
add_library(
22
${name}
@@ -46,7 +46,7 @@ target_link_libraries(
46
# install library header files preserving directory hierarchy
47
install(
48
DIRECTORY
49
- "${CMAKE_CURRENT_SOURCE_DIR}/../../src/${name}"
+ "${CMAKE_CURRENT_SOURCE_DIR}/../../src/ruis"
50
DESTINATION
51
"${CMAKE_INSTALL_INCLUDEDIR}"
52
FILES_MATCHING PATTERN
0 commit comments