Skip to content

Commit 18de447

Browse files
committed
Fixed build of 'examples/chat.c'.
1 parent fa43e4c commit 18de447

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/CMakeLists-local.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
add_executable(
22
chat
3-
"${SOURCE_DIR}/examples/chat/chat.c"
3+
"${PROJECT_SOURCE_DIR}/examples/chat/chat.c"
44
)
55

66
if (TARGET zyre)
@@ -18,5 +18,5 @@ target_link_libraries(
1818
)
1919
set_target_properties(
2020
chat
21-
PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${SOURCE_DIR}/examples/chat"
21+
PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${PROJECT_SOURCE_DIR}/examples/chat"
2222
)

0 commit comments

Comments
 (0)