Skip to content
Snippets Groups Projects
Commit 7b472b88 authored by Vladimir Onoprienko's avatar Vladimir Onoprienko
Browse files

Fix bug

parent b62ecb9d
No related branches found
No related tags found
No related merge requests found
......@@ -93,9 +93,9 @@ target_include_directories(exple-add-numbers PRIVATE
"${COMMON_HEADER_DIR}"
"${GRID_HEADER_DIR}")
add_custom_command(TARGET exple_add_numbers POST_BUILD
add_custom_command(TARGET exple-add-numbers POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory
"${PROJECT_SOURCE_DIR}/exple-cmake-build/config-examples" "$<TARGET_FILE_DIR:exple_add_numbers>/config-examples")
"${PROJECT_SOURCE_DIR}/exple-cmake-build/config-examples" "$<TARGET_FILE_DIR:exple-add-numbers>/config-examples")
# set groups for better source representation in IDEs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment