mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
cmake: add ConfigOptions.cmake
This commit is contained in:
@@ -30,6 +30,7 @@ include(TestBigEndian)
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/)
|
||||
|
||||
include(AutoVersioning)
|
||||
include(ConfigOptions)
|
||||
|
||||
# Soname versioning - 0.0.0 since it is not being managed yet
|
||||
set(FREERDP_VERSION_MAJOR "0")
|
||||
|
||||
1
cmake/ConfigOptions.cmake
Normal file
1
cmake/ConfigOptions.cmake
Normal file
@@ -0,0 +1 @@
|
||||
option(WITH_DEBUG_TRANSPORT "Print transport debug message." OFF)
|
||||
@@ -6,3 +6,6 @@
|
||||
|
||||
/* Endian */
|
||||
#cmakedefine BIG_ENDIAN
|
||||
|
||||
/* Options */
|
||||
#cmakedefine WITH_DEBUG_TRANSPORT
|
||||
|
||||
Reference in New Issue
Block a user