mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 00:13:44 +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() |