From 0b071f7deb5dbcc65bf97a3abb52314bbb7d6543 Mon Sep 17 00:00:00 2001 From: "Joshua L. Blocher" Date: Tue, 6 May 2008 00:42:07 +0000 Subject: Cmake: Fix some undefined function calls (bzr r5611) --- src/application/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/application') 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}) -- cgit v1.2.3