mirror of
https://github.com/overte-org/overte.git
synced 2025-07-07 15:09:12 +02:00
4 lines
No EOL
118 B
CMake
4 lines
No EOL
118 B
CMake
macro(target_liblo)
|
|
find_package(liblo REQUIRED)
|
|
target_link_libraries(${TARGET_NAME} liblo::liblo)
|
|
endmacro() |