mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-12 13:55:01 +02:00
whitespace corrections + warnings updated cmake plugin rework with focus on JS API integration example cleanup edit_filter scope separate-out edit_filter wantsScope stuff -plugin metadata split scriptengines out separately cleanup __url/__filename sets additional cleanup fix typo; consolidate ScriptInitializerMixin inits add more example API protoypes cleanup pass; fix entity_server / agent init fix whitespace remove technically unnessary plugin filtering +EDIT_FILTER_SCRIPT; cleanup reorder public/slot/private use std::count_if formatting better debug output; cleanup fix msvc compiler warning cleanup eradicate QtScript references from API Example updated header comments Updated KasenAPIExample
7 lines
189 B
CMake
7 lines
189 B
CMake
set(TARGET_NAME KasenAPIExample)
|
|
setup_hifi_client_server_plugin()
|
|
link_hifi_libraries(shared plugins avatars networking graphics gpu)
|
|
|
|
if (BUILD_SERVER)
|
|
install_beside_console()
|
|
endif()
|