mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[cmake] force configuration options
limit multiconfiguration options to supported types
This commit is contained in:
@@ -22,7 +22,7 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
option(WITH_GFX_FRAME_DUMP "Dump GFX commands to directory" OFF)
|
||||
if(WITH_GFX_FRAME_DUMP)
|
||||
freerdp_definition_add(-DWITH_GFX_FRAME_DUMP)
|
||||
freerdp_definition_add(WITH_GFX_FRAME_DUMP)
|
||||
endif()
|
||||
|
||||
file(GLOB ${MODULE_PREFIX}_SRCS LIST_DIRECTORIES false RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} CONFIGURE_DEPENDS "*.[ch]")
|
||||
|
||||
Reference in New Issue
Block a user