4
0
mirror of https://github.com/QuasarApp/CMakeProject.git synced 2025-05-03 16:59:36 +00:00
This commit is contained in:
Andrei Yankovich 2021-04-04 22:50:18 +03:00
parent 0a82cb674b
commit b054479d72

@ -12,10 +12,6 @@ if(TARGET ${PROJECT_NAME})
return()
endif()
if (NOT DEFINED BUILD_SHARED_LIBS)
set (BUILD_SHARED_LIBS ON)
endif()
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)