mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-22 23:14:10 +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()
|