From 15885086fa7d4e2f41075d93125655b8ad791bec Mon Sep 17 00:00:00 2001 From: Andrew Nelless Date: Tue, 7 Feb 2017 16:52:31 +0000 Subject: [PATCH] Make CMake configure WiX --- CMakeLists.txt | 3 +++ src/setup/win32/Include.wxi.in | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c733003..c7f87c35 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -359,4 +359,7 @@ if (CONF_DOXYGEN) endif() +configure_file (src/setup/win32/Include.wxi.in + "${CMAKE_BINARY_DIR}/setup/Include.wxi" NEWLINE_STYLE WIN32) + option(SYNERGY_BUILD_LEGACY_SERVICE "Build the legacy service (synergyd)" ON) diff --git a/src/setup/win32/Include.wxi.in b/src/setup/win32/Include.wxi.in index 61e25ba8..87a61d87 100644 --- a/src/setup/win32/Include.wxi.in +++ b/src/setup/win32/Include.wxi.in @@ -4,9 +4,9 @@ - - - + + +