Skip to content

Commit

Permalink
Merge pull request #1302 from overte-org/JulianGro-patch-1
Browse files Browse the repository at this point in the history
Remove missed comment about removing dependency on script library.
  • Loading branch information
ksuprynowicz authored Feb 10, 2025
2 parents ccdac96 + d321301 commit 9e9f308
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libraries/shared/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 9e9f308

Please sign in to comment.