We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710013a commit 84ec8e4Copy full SHA for 84ec8e4
1 file changed
lib/Version/CMakeLists.txt
@@ -7,10 +7,10 @@
7
# the source code for watching a git repository.
8
set(PRE_CONFIGURE_FILE "Version.cpp.in")
9
set(POST_CONFIGURE_FILE "${CMAKE_CURRENT_BINARY_DIR}/Version.cpp")
10
-include("${CMAKE_SOURCE_DIR}/cmake/git_watcher.cmake")
+include("${REMILL_SOURCE_DIR}/cmake/git_watcher.cmake")
11
12
set(Version_PUBLIC_H
13
- "${PROJECT_SOURCE_DIR}/include/remill/Version/Version.h"
+ "${REMILL_SOURCE_DIR}/include/remill/Version/Version.h"
14
)
15
# Create a library out of the compiled post-configure file.
16
add_library(remill_version STATIC
0 commit comments