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.
2 parents 63dcfb0 + 616702d commit 2780e31Copy full SHA for 2780e31
examples/CMakeLists.txt
@@ -58,7 +58,7 @@ add_warnings_optimizations(example_chat)
58
target_link_libraries(example_chat PUBLIC Crow::Crow)
59
add_custom_command(OUTPUT example_chat.html
60
COMMAND ${CMAKE_COMMAND} -E
61
- copy ${PROJECT_SOURCE_DIR}/example_chat.html ${CMAKE_CURRENT_BINARY_DIR}/example_chat.html
+ copy ${PROJECT_SOURCE_DIR}/example_chat.html ${CMAKE_CURRENT_BINARY_DIR}/templates/example_chat.html
62
DEPENDS ${PROJECT_SOURCE_DIR}/example_chat.html
63
)
64
add_custom_target(example_chat_copy ALL DEPENDS example_chat.html)
0 commit comments