mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 03:56:11 +02:00
13 lines
No EOL
391 B
CMake
13 lines
No EOL
391 B
CMake
set(TARGET_NAME shared)
|
|
|
|
# TODO: there isn't really a good reason to have Script linked here - let's get what is requiring it out (RegisteredMetaTypes.cpp)
|
|
setup_hifi_library(Gui Network Script Widgets)
|
|
|
|
target_include_directories(${TARGET_NAME} PRIVATE "${CMAKE_BINARY_DIR}/includes")
|
|
|
|
if (WIN32)
|
|
target_link_libraries(${TARGET_NAME} Wbemuuid.lib)
|
|
endif()
|
|
|
|
target_zlib()
|
|
target_nsight() |