mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 22:32:49 +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() |