8 lines
87 B
CMake
8 lines
87 B
CMake
|
add_executable(rvtest
|
||
|
main.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(rvtest PUBLIC
|
||
|
riscv::riscv
|
||
|
)
|