riscv_emu/CMakeLists.txt
Balazs Toldi 06c5282c75
Initial commit
Basic ADD operations are working, but nothing more.
2023-04-12 22:08:20 +02:00

2 lines
No EOL
65 B
CMake

project(riscv_emu C)
add_executable(riscv_emu main.c riscv_emu.c)