mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 19:36:45 +02:00
move macro call so it is actually loaded
This commit is contained in:
parent
c9fea9330e
commit
e2d7fb574a
1 changed files with 4 additions and 4 deletions
|
@ -88,10 +88,6 @@ endif ()
|
||||||
|
|
||||||
set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} ${QT_CMAKE_PREFIX_PATH})
|
set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} ${QT_CMAKE_PREFIX_PATH})
|
||||||
|
|
||||||
if (WIN32)
|
|
||||||
add_paths_to_lib_paths("${QT_CMAKE_PREFIX_PATH}/bin")
|
|
||||||
endif ()
|
|
||||||
|
|
||||||
# set our OS X deployment target to
|
# set our OS X deployment target to
|
||||||
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.8)
|
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.8)
|
||||||
|
|
||||||
|
@ -130,6 +126,10 @@ if (ANDROID)
|
||||||
endforeach()
|
endforeach()
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
if (WIN32)
|
||||||
|
add_paths_to_lib_paths("${QT_CMAKE_PREFIX_PATH}/bin")
|
||||||
|
endif ()
|
||||||
|
|
||||||
# add subdirectories for all targets
|
# add subdirectories for all targets
|
||||||
if (NOT ANDROID)
|
if (NOT ANDROID)
|
||||||
add_subdirectory(assignment-client)
|
add_subdirectory(assignment-client)
|
||||||
|
|
Loading…
Reference in a new issue