mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[winpr,tools] add option WITH_WINPR_TOOLS_CLI
this allows building the winpr-tools library only without the cli tools
This commit is contained in:
@@ -98,8 +98,11 @@ install(TARGETS ${MODULE_NAME} COMPONENT libraries EXPORT WinPR-toolsTargets ARC
|
||||
set_property(TARGET ${MODULE_NAME} PROPERTY FOLDER "WinPR/Tools")
|
||||
|
||||
# Add all command line utilities
|
||||
add_subdirectory(makecert-cli)
|
||||
add_subdirectory(hash-cli)
|
||||
option(WITH_WINPR_TOOLS_CLI "Build winpr-tools cli programs" ON)
|
||||
if(WITH_WINPR_TOOLS_CLI)
|
||||
add_subdirectory(makecert-cli)
|
||||
add_subdirectory(hash-cli)
|
||||
endif()
|
||||
|
||||
include(pkg-config-install-prefix)
|
||||
cleaning_configure_file(
|
||||
|
||||
Reference in New Issue
Block a user