mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Fixed standalone issues with cmake
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
file(GLOB RDTK_HEADERS "rdkt/*.h")
|
||||
install(FILES ${RDTK_HEADERS} DESTINATION include/rdkt${RDTK_API_VERSION}/rdkt COMPONENT headers)
|
||||
file(GLOB RDTK_HEADERS "rdtk/*.h")
|
||||
install(FILES ${RDTK_HEADERS} DESTINATION include/rdtk${RDTK_API_VERSION}/rdtk COMPONENT headers)
|
||||
|
||||
Reference in New Issue
Block a user