mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
fix typo in metavoxels library setup
This commit is contained in:
parent
c9f8433a2d
commit
fc92b93326
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set(TARGET_NAME metavoxels)
|
|||
auto_mtc(${TARGET_NAME} "${ROOT_DIR}")
|
||||
|
||||
# use setup_hifi_library macro to setup our project and link appropriate Qt modules
|
||||
setup_hifi_library(${TARGET_NAME} Network Scripts Widgets)
|
||||
setup_hifi_library(${TARGET_NAME} Network Script Widgets)
|
||||
|
||||
# link in the networking library
|
||||
link_hifi_libraries(${TARGET_NAME} shared networking)
|
||||
|
|
Loading…
Reference in a new issue