summaryrefslogtreecommitdiffstats
path: root/src/application
diff options
context:
space:
mode:
Diffstat (limited to 'src/application')
-rw-r--r--src/application/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/application/CMakeLists.txt b/src/application/CMakeLists.txt
index bfd2141ff..b8ec44923 100644
--- a/src/application/CMakeLists.txt
+++ b/src/application/CMakeLists.txt
@@ -1,4 +1,4 @@
-SET(application
+SET(application_SRC
editor.cpp
editor.h
application.cpp
@@ -6,4 +6,3 @@ application.h
app-prototype.cpp
app-prototype.h
)
-ADD_LIBRARY(inkapp STATIC ${application})