CMake: Add libdl and demangle support

This commit is contained in:
Jonathan G Rennison
2020-06-27 14:33:32 +01:00
parent 37e682cb07
commit a8c3ceb3c9
3 changed files with 43 additions and 0 deletions

View File

@@ -55,6 +55,11 @@ if (MSVC)
find_package(Editbin REQUIRED)
endif (MSVC)
if (UNIX)
find_package(DL)
find_package(Demangle)
endif (UNIX)
find_package(SSE)
find_package(Xaudio2)