mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 23:02:24 +02:00
4 lines
No EOL
111 B
CMake
4 lines
No EOL
111 B
CMake
macro(target_liblo)
|
|
find_library(LIBLO LIBLO)
|
|
target_link_libraries(${TARGET_NAME} ${LIBLO})
|
|
endmacro() |