mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-06 09:53:36 +02:00
7 lines
217 B
CMake
7 lines
217 B
CMake
set(TARGET_NAME skeleton-dump)
|
|
setup_hifi_project(Core)
|
|
setup_memory_debugger()
|
|
setup_thread_debugger()
|
|
link_hifi_libraries(shared model-serializers hfm graphics gpu gl animation)
|
|
|
|
include_hifi_library_headers(image)
|