mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 14:33:31 +02:00
13 lines
515 B
CMake
13 lines
515 B
CMake
set(TARGET_NAME render-utils)
|
|
AUTOSCRIBE_SHADER_LIB(gpu model render)
|
|
# pull in the resources.qrc file
|
|
qt5_add_resources(QT_RESOURCES_FILE "${CMAKE_CURRENT_SOURCE_DIR}/res/fonts/fonts.qrc")
|
|
setup_hifi_library(Widgets OpenGL Network Qml Quick Script)
|
|
link_hifi_libraries(shared ktx gpu model model-networking render animation fbx entities image procedural)
|
|
include_hifi_library_headers(networking)
|
|
include_hifi_library_headers(octree)
|
|
include_hifi_library_headers(audio)
|
|
|
|
if (NOT ANDROID)
|
|
target_nsight()
|
|
endif ()
|