mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +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() |