From fed4a99df0a8bf8ff899daaf3827e7a0ecaa73df Mon Sep 17 00:00:00 2001 From: nojhan Date: Mon, 12 Sep 2011 14:40:27 +0200 Subject: [PATCH] +# Empty source files, because we want to build a library --- edo/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/edo/CMakeLists.txt b/edo/CMakeLists.txt index 56343704..91dc5f27 100644 --- a/edo/CMakeLists.txt +++ b/edo/CMakeLists.txt @@ -77,6 +77,7 @@ ENDIF() ### 6) Prepare some variables for CMAKE usage ###################################################################################### +# Empty source files, because we want to build a library SET(SAMPLE_SRCS) ######################################################################################