mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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() |