mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 08:24:16 +09:00
cmake: in case build path is different config.h needs to be install separately.
This commit is contained in:
@@ -34,3 +34,6 @@ install(DIRECTORY freerdp/server DESTINATION include/freerdp FILES_MATCHING PATT
|
||||
|
||||
file(GLOB HEADERS "winpr/*.h")
|
||||
install_files(/include/winpr FILES ${HEADERS})
|
||||
|
||||
file(GLOB HEADERS "${CMAKE_CURRENT_BINARY_DIR}/freerdp/*.h")
|
||||
install_files(/include/freerdp FILES ${HEADERS})
|
||||
|
||||
Reference in New Issue
Block a user