overte-JulianGro/plugins/KasenAPIExample/CMakeLists.txt
kasenvr e9e9607a3b modkit core changes initial commit
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
2019-07-14 21:35:13 -04:00

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()