mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
5 lines
100 B
CMake
5 lines
100 B
CMake
|
|
add_executable(hello hello.rs)
|
|
|
|
set_target_properties(hello PROPERTIES LINKER_LANGUAGE Rust)
|
|
|