mirror of
https://github.com/overte-org/overte.git
synced 2025-08-03 22:43:15 +02:00
8 lines
202 B
CMake
8 lines
202 B
CMake
set(TARGET_NAME baking)
|
|
setup_hifi_library(Concurrent)
|
|
|
|
link_hifi_libraries(shared graphics networking ktx image fbx)
|
|
include_hifi_library_headers(gpu)
|
|
include_hifi_library_headers(hfm)
|
|
|
|
target_draco()
|