mirror of https://github.com/tstellar/bygfoot.git
CMake: Copy support files into build directory
This makes it possible to run bygfoot from the build directory.
This commit is contained in:
parent
9b2c330170
commit
fc972fd39f
|
@ -160,3 +160,8 @@ if (GETTEXT_FOUND)
|
||||||
bygfoot.mo)
|
bygfoot.mo)
|
||||||
endforeach()
|
endforeach()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
add_custom_command(TARGET bygfoot POST_BUILD
|
||||||
|
COMMAND ${CMAKE_COMMAND} -E copy_directory
|
||||||
|
${CMAKE_SOURCE_DIR}/support_files
|
||||||
|
${CMAKE_BINARY_DIR}/support_files)
|
||||||
|
|
Loading…
Reference in New Issue