mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-12 03:16:07 +08:00
Move WiX installer project to new dist directory
This commit is contained in:
@@ -352,14 +352,16 @@ if (CONF_DOXYGEN)
|
|||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
configure_file (src/setup/win32/Include.wxi.in
|
if (WIN32)
|
||||||
"${CMAKE_BINARY_DIR}/setup/Include.wxi" NEWLINE_STYLE WIN32)
|
configure_file (dist/wix/Include.wxi.in
|
||||||
|
"${CMAKE_BINARY_DIR}/dist/wix/Include.wxi" NEWLINE_STYLE WIN32)
|
||||||
|
|
||||||
configure_file (src/setup/win32/Product.wxs
|
configure_file (dist/wix/Product.wxs
|
||||||
"${CMAKE_BINARY_DIR}/setup/Product.wxs" COPYONLY)
|
"${CMAKE_BINARY_DIR}/dist/wix/Product.wxs" COPYONLY)
|
||||||
|
|
||||||
configure_file (src/setup/win32/Synergy.wixproj
|
configure_file (dist/wix/Synergy.wixproj
|
||||||
"${CMAKE_BINARY_DIR}/setup/Synergy.wixproj" COPYONLY)
|
"${CMAKE_BINARY_DIR}/dist/wix/Synergy.wixproj" COPYONLY)
|
||||||
|
endif()
|
||||||
|
|
||||||
option(SYNERGY_BUILD_LEGACY_SERVICE "Build the legacy service (synergyd)" ON)
|
option(SYNERGY_BUILD_LEGACY_SERVICE "Build the legacy service (synergyd)" ON)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user