Files
mango/tools/e64patch/CMakeLists.txt

4 lines
64 B
CMake
Raw Normal View History

2024-09-17 17:50:15 +01:00
file(GLOB sources *.c *.h)
add_executable(e64patch ${sources})