cmake: in case build path is different config.h needs to be install separately.
This commit is contained in:
parent
1847d0acfd
commit
6d431d7a28
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user