mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 16:18:05 +02:00
Re-ordered commands.
This commit is contained in:
parent
01a838b5cb
commit
bffc0e8a85
1 changed files with 11 additions and 11 deletions
|
@ -187,6 +187,8 @@ GroupSources("scripts")
|
||||||
GroupSources("unpublishedScripts")
|
GroupSources("unpublishedScripts")
|
||||||
unset(JS_SRC)
|
unset(JS_SRC)
|
||||||
|
|
||||||
|
set_packaging_parameters()
|
||||||
|
|
||||||
# Locate the required Qt build on the filesystem
|
# Locate the required Qt build on the filesystem
|
||||||
setup_qt()
|
setup_qt()
|
||||||
list(APPEND CMAKE_PREFIX_PATH "${QT_CMAKE_PREFIX_PATH}")
|
list(APPEND CMAKE_PREFIX_PATH "${QT_CMAKE_PREFIX_PATH}")
|
||||||
|
@ -214,8 +216,6 @@ setup_externals_binary_dir()
|
||||||
|
|
||||||
option(USE_NSIGHT "Attempt to find the nSight libraries" 1)
|
option(USE_NSIGHT "Attempt to find the nSight libraries" 1)
|
||||||
|
|
||||||
set_packaging_parameters()
|
|
||||||
|
|
||||||
# FIXME hack to work on the proper Android toolchain
|
# FIXME hack to work on the proper Android toolchain
|
||||||
if (ANDROID)
|
if (ANDROID)
|
||||||
add_subdirectory(android/apps/${HIFI_ANDROID_APP})
|
add_subdirectory(android/apps/${HIFI_ANDROID_APP})
|
||||||
|
|
Loading…
Reference in a new issue