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

Add a config file

parent c3516bd5
No related branches found
No related tags found
1 merge request!3Copy configs
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
......@@ -83,6 +83,10 @@ target_include_directories(exple-add-numbers PRIVATE
"${COMMON_HEADER_DIR}"
"${GRID_HEADER_DIR}")
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")
# set groups for better source representation in IDEs
source_group("Common\\Sources" FILES "${COMMON_SOURCES}")
......
#This is a config file
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment