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 fa43e4c commit 18de447Copy full SHA for 18de447
1 file changed
src/CMakeLists-local.txt
@@ -1,6 +1,6 @@
1
add_executable(
2
chat
3
- "${SOURCE_DIR}/examples/chat/chat.c"
+ "${PROJECT_SOURCE_DIR}/examples/chat/chat.c"
4
)
5
6
if (TARGET zyre)
@@ -18,5 +18,5 @@ target_link_libraries(
18
19
set_target_properties(
20
21
- PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${SOURCE_DIR}/examples/chat"
+ PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${PROJECT_SOURCE_DIR}/examples/chat"
22
0 commit comments