mirror of
https://github.com/overte-org/overte.git
synced 2025-06-20 00:20:12 +02:00
11 lines
176 B
CMake
11 lines
176 B
CMake
set(TARGET_NAME gpu-gl)
|
|
setup_hifi_library()
|
|
link_hifi_libraries(shared gl gpu)
|
|
GroupSources("src")
|
|
|
|
target_opengl()
|
|
target_nsight()
|
|
|
|
if (NOT ANDROID)
|
|
target_glew()
|
|
endif ()
|