taskwarrior/cmake/CMakeRust/hello/CMakeLists.txt
2023-04-27 19:18:10 -04:00

5 lines
100 B
CMake

add_executable(hello hello.rs)
set_target_properties(hello PROPERTIES LINKER_LANGUAGE Rust)