6 lines
91 B
CMake
6 lines
91 B
CMake
file(GLOB sources *.c *.h)
|
|
|
|
add_executable(e64patch ${sources})
|
|
|
|
install(TARGETS e64patch)
|