From f1ddc12b68b4e4c8087962de25260470e6df2bea Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Tue, 8 Sep 2026 18:27:39 -0700 Subject: Add tuxanci2 files --- cmake/MacroAddSources.cmake | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 cmake/MacroAddSources.cmake (limited to 'cmake/MacroAddSources.cmake') diff --git a/cmake/MacroAddSources.cmake b/cmake/MacroAddSources.cmake deleted file mode 100644 index 62c1381..0000000 --- a/cmake/MacroAddSources.cmake +++ /dev/null @@ -1,9 +0,0 @@ -# This macro is for generating the sources list from in-folder files. -MACRO(MacroAddSources) - 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 ) -ENDMACRO(MacroAddSources) -- cgit v1.2.3