mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 14:23:23 +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})
|
||||
|
||||
if (WIN32)
|
||||
add_paths_to_lib_paths("${QT_CMAKE_PREFIX_PATH}/bin")
|
||||
endif ()
|
||||
|
||||
# set our OS X deployment target to
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.8)
|
||||
|
||||
|
@ -130,6 +126,10 @@ if (ANDROID)
|
|||
endforeach()
|
||||
endif ()
|
||||
|
||||
if (WIN32)
|
||||
add_paths_to_lib_paths("${QT_CMAKE_PREFIX_PATH}/bin")
|
||||
endif ()
|
||||
|
||||
# add subdirectories for all targets
|
||||
if (NOT ANDROID)
|
||||
add_subdirectory(assignment-client)
|
||||
|
|
Loading…
Reference in a new issue