mirror of
https://github.com/overte-org/overte.git
synced 2025-04-12 08:04:16 +02:00
8 lines
No EOL
340 B
CMake
8 lines
No EOL
340 B
CMake
set(TARGET_NAME native-lib)
|
|
setup_hifi_library(Gui Qml Quick)
|
|
link_hifi_libraries(shared networking gl gpu gpu-gles image fbx render-utils physics entities octree audio midi recording controllers script-engine ui)
|
|
#link_hifi_libraries(shared networking gl ui)
|
|
|
|
target_link_libraries(native-lib android log m)
|
|
target_opengl()
|
|
target_bullet() |