non-Qt
This commit is contained in:
@@ -42,15 +42,15 @@ if(QAD_FOUND)
|
|||||||
shstk_qad_plugin(cd_${NAME} "${_MODULES}" "cd_${NAME};${_LIBS}")
|
shstk_qad_plugin(cd_${NAME} "${_MODULES}" "cd_${NAME};${_LIBS}")
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
shstk_install(cd FALSE "" "${CD_VERSION_FILE}")
|
|
||||||
file(GLOB CMAKES "cmake/*.cmake" "cmake/*.in")
|
|
||||||
install(FILES ${CMAKES} DESTINATION ${CMAKE_ROOT}/Modules)
|
|
||||||
|
|
||||||
set(_qt_libs cd_core)
|
set(_qt_libs cd_core)
|
||||||
set(_qt_plugs)
|
set(_qt_plugs)
|
||||||
set(_qt_apps )
|
set(_qt_apps )
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
shstk_install(cd FALSE "" "${CD_VERSION_FILE}")
|
||||||
|
file(GLOB CMAKES "cmake/*.cmake" "cmake/*.in")
|
||||||
|
install(FILES ${CMAKES} DESTINATION ${CMAKE_ROOT}/Modules)
|
||||||
|
|
||||||
add_subdirectory(libs)
|
add_subdirectory(libs)
|
||||||
if (UTILS AND QAD_FOUND)
|
if (UTILS AND QAD_FOUND)
|
||||||
add_subdirectory(utils)
|
add_subdirectory(utils)
|
||||||
|
|||||||
Reference in New Issue
Block a user