From 1f85a65078815b56bbb5581675b4f6e3253d8d9f Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 25 Oct 2018 12:47:39 +0200 Subject: Remove CMakeLists --- lib/about/CMakeLists.txt | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 lib/about/CMakeLists.txt (limited to 'lib/about') diff --git a/lib/about/CMakeLists.txt b/lib/about/CMakeLists.txt deleted file mode 100644 index be506fe..0000000 --- a/lib/about/CMakeLists.txt +++ /dev/null @@ -1,20 +0,0 @@ -# Find includes in corresponding build directories -set(CMAKE_INCLUDE_CURRENT_DIR ON) - -# Instruct CMake to run moc automatically when needed. -set(CMAKE_AUTOMOC ON) -set(CMAKE_AUTOUIC ON) -set(CMAKE_AUTORCC ON) - -add_library(about - aboutdialog.cpp - aboutdialog.h - aboutdialog.ui -) - -target_include_directories(about - PRIVATE ${Boost_INCLUDE_DIRS} - PRIVATE ${CMAKE_BINARY_DIR}/src -) - -target_link_libraries(about Qt5::Widgets) -- cgit v1.2.1