FreeRDP/cmake/SetFreeRDPCMakeInstallDir.cmake
akallabeth 91ecebaa7f
[cmake] revert 824ace49ac
cmake configuration file locations are no different on linux and FreeBSD
2025-01-13 14:40:16 +01:00

4 lines
136 B
CMake

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