mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
VC++ compilation
This commit is contained in:
parent
908fce110b
commit
c70236cbad
1 changed files with 2 additions and 2 deletions
|
@ -356,12 +356,12 @@ if(WIN32)
|
||||||
)
|
)
|
||||||
|
|
||||||
add_custom_command(OUTPUT ${PROJECT_BINARY_DIR}/companion/companion-windows.exe
|
add_custom_command(OUTPUT ${PROJECT_BINARY_DIR}/companion/companion-windows.exe
|
||||||
COMMAND "${NSIS_EXE}" ARGS companion.nsi
|
COMMAND "${NSIS_EXE}" ARGS ${PROJECT_BINARY_DIR}/companion/companion.nsi
|
||||||
DEPENDS companion simulator opentx-simulators ${PROJECT_BINARY_DIR}/companion/companion.nsi
|
DEPENDS companion simulator opentx-simulators ${PROJECT_BINARY_DIR}/companion/companion.nsi
|
||||||
COMMENT "Companion Windows NSIS Installer")
|
COMMENT "Companion Windows NSIS Installer")
|
||||||
|
|
||||||
add_custom_command(OUTPUT ${PROJECT_BINARY_DIR}/companion/simulator-install.exe
|
add_custom_command(OUTPUT ${PROJECT_BINARY_DIR}/companion/simulator-install.exe
|
||||||
COMMAND "${NSIS_EXE}" ARGS simulator.nsi
|
COMMAND "${NSIS_EXE}" ARGS ${PROJECT_BINARY_DIR}/companion/simulator.nsi
|
||||||
DEPENDS simulator opentx-simulators ${PROJECT_BINARY_DIR}/companion/simulator.nsi
|
DEPENDS simulator opentx-simulators ${PROJECT_BINARY_DIR}/companion/simulator.nsi
|
||||||
COMMENT "Simulator Windows NSIS Installer")
|
COMMENT "Simulator Windows NSIS Installer")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue