+# Empty source files, because we want to build a library

This commit is contained in:
nojhan 2011-09-12 14:40:27 +02:00
commit fed4a99df0

View file

@ -77,6 +77,7 @@ ENDIF()
### 6) Prepare some variables for CMAKE usage ### 6) Prepare some variables for CMAKE usage
###################################################################################### ######################################################################################
# Empty source files, because we want to build a library
SET(SAMPLE_SRCS) SET(SAMPLE_SRCS)
###################################################################################### ######################################################################################