mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 02:27:09 +02:00
10 lines
221 B
CMake
10 lines
221 B
CMake
set(TARGET_NAME native-lib)
|
|
setup_hifi_library()
|
|
link_hifi_libraries(shared networking gl gpu gpu-gles image fbx render-utils physics)
|
|
|
|
target_link_libraries(native-lib android log m)
|
|
|
|
target_opengl()
|
|
target_googlevr()
|
|
|
|
|