Files
orbithub/third_party/FreeRDP/cmake/SetFreeRDPCMakeInstallDir.cmake

4 lines
136 B
CMake

function(SetFreeRDPCMakeInstallDir SETVAR subdir)
set(${SETVAR} "${CMAKE_INSTALL_LIBDIR}/cmake/${subdir}" PARENT_SCOPE)
endfunction()