From b00e63dbe8d0acaae503e63d614ee20b9e9ede2e Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sat, 6 Sep 2014 21:01:23 +0200 Subject: More sync from quickmods Also a small VersionSelectDialog refactor --- depends/LogicalGui/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 depends/LogicalGui/CMakeLists.txt (limited to 'depends/LogicalGui/CMakeLists.txt') diff --git a/depends/LogicalGui/CMakeLists.txt b/depends/LogicalGui/CMakeLists.txt new file mode 100644 index 00000000..9fb03a03 --- /dev/null +++ b/depends/LogicalGui/CMakeLists.txt @@ -0,0 +1,7 @@ +project(LogicalGui) + +# Set the include dir path. +set(LOGICALGUI_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}" PARENT_SCOPE) + +add_library(LogicalGui STATIC LogicalGui.h) +qt5_use_modules(LogicalGui Core) -- cgit