mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Fix configure file for unix
This commit is contained in:
parent
cc176cac51
commit
b59103eb84
@ -11,4 +11,8 @@ add_custom_target(
|
|||||||
COMMENT "Dummy target to list these files in the IDE")
|
COMMENT "Dummy target to list these files in the IDE")
|
||||||
|
|
||||||
set(GODOT_PATH "${CMAKE_CURRENT_SOURCE_DIR}/Apps/Godot")
|
set(GODOT_PATH "${CMAKE_CURRENT_SOURCE_DIR}/Apps/Godot")
|
||||||
configure_file(${GODOT_PATH}/${GODOT_EDITOR_NAME} ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/ COPYONLY)
|
|
||||||
|
if(WIN32)
|
||||||
|
# Todo: Add Linux and Mac support
|
||||||
|
configure_file(${GODOT_PATH}/${GODOT_EDITOR_NAME} ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/ COPYONLY)
|
||||||
|
endif()
|
Loading…
Reference in New Issue
Block a user