mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-03 14:38:08 +00:00
6 lines
126 B
CMake
6 lines
126 B
CMake
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
|
find_library(LIBDL NAMES dl)
|
|
list(APPEND DEFAULT_OS_SYSTEM_LIBS ${LIBDL})
|
|
endif()
|
|
|