mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-10 13:18:34 +02:00
19 lines
366 B
CMake
19 lines
366 B
CMake
set(TARGET_NAME render-utils-tests)
|
|
|
|
setup_hifi_project(Quick Gui OpenGL)
|
|
|
|
include_glm()
|
|
|
|
#include_oglplus()
|
|
|
|
# link in the shared libraries
|
|
link_hifi_libraries(render-utils gpu shared)
|
|
|
|
if (WIN32)
|
|
# we're using static GLEW, so define GLEW_STATIC
|
|
add_definitions(-DGLEW_STATIC)
|
|
endif ()
|
|
|
|
#link_libraries(animation fbx shared gpu)
|
|
include_dependency_includes()
|
|
|