4 lines
64 B
CMake
4 lines
64 B
CMake
|
|
file(GLOB sources *.c *.h)
|
||
|
|
|
||
|
|
add_executable(e64patch ${sources})
|