mirror of
https://github.com/overte-org/overte.git
synced 2025-08-16 16:12:26 +02:00
13 lines
351 B
CMake
13 lines
351 B
CMake
set(TARGET_NAME animation)
|
|
setup_hifi_library(Network)
|
|
link_hifi_libraries(shared graphics model-serializers script-engine)
|
|
include_hifi_library_headers(networking)
|
|
include_hifi_library_headers(gpu)
|
|
include_hifi_library_headers(hfm)
|
|
include_hifi_library_headers(image)
|
|
|
|
target_nsight()
|
|
|
|
if (WIN32)
|
|
add_compile_definitions(_USE_MATH_DEFINES)
|
|
endif()
|