mirror of
https://github.com/overte-org/overte.git
synced 2025-07-15 16:57:10 +02:00
13 lines
327 B
CMake
13 lines
327 B
CMake
set(TARGET_NAME script-engine)
|
|
# FIXME Move undo scripting interface to application and remove Widgets
|
|
setup_hifi_library(Network Script WebSockets)
|
|
|
|
target_zlib()
|
|
target_v8()
|
|
if (NOT ANDROID)
|
|
target_quazip()
|
|
endif ()
|
|
|
|
link_hifi_libraries(networking)
|
|
include_hifi_library_headers(octree)
|
|
include_hifi_library_headers(shared)
|