6 lines
100 B
CMake
6 lines
100 B
CMake
|
|
add_executable(hello hello.rs)
|
|
|
|
set_target_properties(hello PROPERTIES LINKER_LANGUAGE Rust)
|
|
|