Attempt to fix MSVC and the layout tool
This commit is contained in:
parent
40e48bcc54
commit
e3de5d245b
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ if(NOT CMAKE_CROSSCOMPILING)
|
|||
|
||||
add_custom_command(
|
||||
OUTPUT "${CMAKE_CURRENT_SOURCE_DIR}/src/editor/layout/main.hpp"
|
||||
COMMAND "${CMAKE_CURRENT_BINARY_DIR}/layout-maker"
|
||||
COMMAND "$<TARGET_FILE:layout-maker>"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/layout/main.fl"
|
||||
> "${CMAKE_CURRENT_SOURCE_DIR}/src/editor/layout/main.hpp"
|
||||
DEPENDS layout-maker "${CMAKE_CURRENT_SOURCE_DIR}/layout/main.fl")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue