mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 17:28:50 -05:00
parent
a259f5af5b
commit
7250240a9f
@ -25,6 +25,7 @@ option(SANITIZE_ADDRESS "Activate memory address sanitization" OFF)
|
|||||||
option(RX_SAMPLE_24BIT "Internal 24 bit Rx DSP" ON)
|
option(RX_SAMPLE_24BIT "Internal 24 bit Rx DSP" ON)
|
||||||
option(BUILD_SERVER "Build Server" ON)
|
option(BUILD_SERVER "Build Server" ON)
|
||||||
option(BUILD_GUI "Build GUI" ON)
|
option(BUILD_GUI "Build GUI" ON)
|
||||||
|
option(HIDE_CONSOLE "Hide console when running GUI on Windows" ON)
|
||||||
option(BUNDLE "Enable distribution bundle" OFF)
|
option(BUNDLE "Enable distribution bundle" OFF)
|
||||||
option(FORCE_SSSE3 "Compile with SSSE3 instruction only" OFF)
|
option(FORCE_SSSE3 "Compile with SSSE3 instruction only" OFF)
|
||||||
option(FORCE_SSE41 "Compile with SSE4.1 instruction only" OFF)
|
option(FORCE_SSE41 "Compile with SSE4.1 instruction only" OFF)
|
||||||
@ -562,9 +563,10 @@ if (BUILD_GUI)
|
|||||||
logging
|
logging
|
||||||
)
|
)
|
||||||
|
|
||||||
if (MSVC)
|
if(WIN32)
|
||||||
set(CMAKE_EXE_LINKER_FLAGS_RELEASE "${CMAKE_EXE_LINKER_FLAGS} /SUBSYSTEM:WINDOWS /ENTRY:mainCRTStartup")
|
set_target_properties(${CMAKE_PROJECT_NAME} PROPERTIES
|
||||||
endif()
|
WIN32_EXECUTABLE ${HIDE_CONSOLE})
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
############ build sdrangel server ################
|
############ build sdrangel server ################
|
||||||
|
Loading…
Reference in New Issue
Block a user