mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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()
|