mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-12-04 12:43:40 +00:00
Add asm test files recursively to allow folder organization
This commit is contained in:
parent
b75647f9a8
commit
9e6adb032e
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user