Add asm test files recursively to allow folder organization

This commit is contained in:
Ryan Houdek 2020-03-03 17:11:24 -08:00 committed by Stefanos Kornilios Mitsis Poiitidis
parent b75647f9a8
commit 9e6adb032e

View File

@ -1,7 +1,7 @@
# Careful. Globbing can't see changes to the contents of files
# Need to do a fresh clean to see changes
file(GLOB ASM_SOURCES CONFIGURE_DEPENDS *.asm)
file(GLOB_RECURSE ASM_SOURCES CONFIGURE_DEPENDS *.asm)
set(ASM_DEPENDS "")
foreach(ASM_SRC ${ASM_SOURCES})