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) ######################################################################################