git-svn-id: svn://db.shs.com.ru/libs@731 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2020-03-05 08:27:52 +00:00
parent c38b5faf57
commit 3dca147284
2 changed files with 4 additions and 5 deletions

View File

@@ -131,11 +131,9 @@ macro(qad_project NAME _MODULES _LIBS)
set(${NAME}_UTILS ${UTILS})
endif()
message(STATUS "Building ${PROJ_NAME}")
if (NOT DEFINED ANDROID_PLATFORM)
if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/plugin")
set(_${NAME}_PLUGIN_LIBS "${_LIBS}")
add_subdirectory(plugin)
endif()
if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/plugin")
set(_${NAME}_PLUGIN_LIBS "${_LIBS}")
add_subdirectory(plugin)
endif()
endmacro()