mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 13:08:29 +02:00
Merge pull request #1302 from overte-org/JulianGro-patch-1
Remove missed comment about removing dependency on script library.
This commit is contained in:
commit
9e9f308be8
1 changed files with 1 additions and 2 deletions
|
@ -1,12 +1,11 @@
|
|||
# Copyright 2013-2020, High Fidelity, Inc.
|
||||
# Copyright 2021-2023 Overte e.V.
|
||||
# Copyright 2021-2025 Overte e.V.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
set(TARGET_NAME shared)
|
||||
|
||||
include_directories("${QT_DIR}/include/QtCore/${QT_VERSION}/QtCore" "${QT_DIR}/include/QtCore/${QT_VERSION}")
|
||||
|
||||
# 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)
|
||||
|
||||
if (WIN32)
|
||||
|
|
Loading…
Reference in a new issue