diff --git a/edo/CMakeLists.txt b/edo/CMakeLists.txt index 563437043..91dc5f273 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) ######################################################################################