mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 22:50:54 +02:00
18 lines
353 B
CMake
18 lines
353 B
CMake
set(TARGET_NAME render-utils-tests)
|
|
|
|
setup_hifi_project(Quick)
|
|
|
|
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()
|
|
|