2020-11-28 17:00:10 +00:00
|
|
|
conan_cmake_run(CONANFILE conanfile.py BASIC_SETUP CMAKE_TARGETS BUILD missing)
|
|
|
|
|
2020-11-28 17:03:28 +00:00
|
|
|
file(COPY ${CMAKE_BINARY_DIR}/pomodoro/qt.conf DESTINATION ${CMAKE_BINARY_DIR}/pomodoro/bin/)
|
|
|
|
|
2020-11-28 17:00:10 +00:00
|
|
|
find_package(Qt5 COMPONENTS Core Gui Widgets REQUIRED)
|
|
|
|
|
|
|
|
set(CMAKE_AUTOMOC ON)
|
|
|
|
set(CMAKE_AUTOUIC ON)
|
|
|
|
set(CMAKE_AUTORCC ON)
|
|
|
|
|
|
|
|
add_subdirectory(lib)
|
|
|
|
add_subdirectory(src)
|
|
|
|
add_subdirectory(test)
|