diff options
Diffstat (limited to 'depends/LogicalGui/CMakeLists.txt')
-rw-r--r-- | depends/LogicalGui/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/depends/LogicalGui/CMakeLists.txt b/depends/LogicalGui/CMakeLists.txt deleted file mode 100644 index 12665738..00000000 --- a/depends/LogicalGui/CMakeLists.txt +++ /dev/null @@ -1,4 +0,0 @@ -project(LogicalGui) -add_library(LogicalGui STATIC LogicalGui.h) -target_include_directories(LogicalGui PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}") -qt5_use_modules(LogicalGui Core) |