summaryrefslogtreecommitdiff
path: root/src/screen/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen/CMakeLists.txt')
-rw-r--r--src/screen/CMakeLists.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/screen/CMakeLists.txt b/src/screen/CMakeLists.txt
index 6c8c7a1..2e93cef 100644
--- a/src/screen/CMakeLists.txt
+++ b/src/screen/CMakeLists.txt
@@ -3,10 +3,5 @@
###############################################################################
# Generate source_code files from .c files we find in directory
###############################################################################
-FILE ( GLOB src ${fn}/*.c )
-FOREACH ( fle ${src} )
- GET_FILENAME_COMPONENT ( fnp ${fle} NAME_WE )
- GET_FILENAME_COMPONENT ( pth ${fle} PATH )
- SET ( SRC_${fn} ${SRC_${fn}} ${pth}/${fnp} )
-ENDFOREACH ( fle )
+MacroAddSources()
###############################################################################