diff options
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/CMakeLists.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/client/CMakeLists.txt b/src/client/CMakeLists.txt index 6c8c7a1..2e93cef 100644 --- a/src/client/CMakeLists.txt +++ b/src/client/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() ############################################################################### |