- update copyright
- add instructions for cross-compilation - add utility function for Windows and Linux executable path
This commit is contained in:
parent
a4f6803c35
commit
317cde6fa1
30 changed files with 243 additions and 102 deletions
|
@ -14,7 +14,10 @@ add_executable(quickwings ${quickwings_srcs} ${quickwings_assets})
|
|||
|
||||
target_link_libraries(quickwings paradiso_core)
|
||||
|
||||
#
|
||||
# copy files to bin/../assets folder
|
||||
#
|
||||
add_custom_command(TARGET quickwings POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_directory
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/assets/ $<TARGET_FILE_DIR:quickwings>/assets)
|
||||
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/assets/
|
||||
$<TARGET_FILE_DIR:quickwings>/assets)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue