git-svn-id: svn://db.shs.com.ru/libs@723 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -54,6 +54,7 @@ if (DEBUG)
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g3")
|
||||
endif ()
|
||||
include(SDKMacros.cmake)
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
|
||||
set(PIP_LIBRARY pip)
|
||||
set(PIP_FOLDERS "." "core" "containers" "thread" "system" "io_devices" "io_utils" "console" "math" "code" "geo" "resources" "opencl" "crypt" "introspection" "concurrent")
|
||||
@@ -125,7 +126,10 @@ if (SomeQtFound)
|
||||
add_subdirectory(qad)
|
||||
set(_DIRS piqt piqt_utils qcd_utils)
|
||||
if (QGLVIEW)
|
||||
list(APPEND _DIRS qglview)
|
||||
if (Qt5)
|
||||
#list(APPEND _DIRS qglview)
|
||||
list(APPEND _DIRS qglengine)
|
||||
endif()
|
||||
else()
|
||||
if (QGLENGINE)
|
||||
list(APPEND _DIRS qglengine)
|
||||
|
||||
Reference in New Issue
Block a user