mirror of
https://github.com/overte-org/overte.git
synced 2025-07-06 22:31:11 +02:00
7 lines
150 B
CMake
7 lines
150 B
CMake
|
|
macro(TARGET_AFF)
|
|
find_package(artery-font-format)
|
|
target_link_libraries(${TARGET_NAME} artery-font-format::artery-font-format)
|
|
endmacro()
|
|
|
|
|