[CMake,libfreerdp] add pkg-config dependencies

This commit is contained in:
akallabeth
2025-09-11 07:17:42 +02:00
parent 113b73512c
commit 8b9335aa90
9 changed files with 46 additions and 11 deletions

View File

@@ -53,6 +53,7 @@ check_library_exists(m pow "" HAVE_LIB_M)
if(HAVE_LIB_M)
freerdp_library_add(m)
freerdp_pc_add_library_private("m")
endif()
if(BUILD_TESTING_INTERNAL OR BUILD_TESTING)