Files
taskwarrior-2.x/cmake/CMakeRust/hello/CMakeLists.txt
Dathan Bennett 7492fc48bb Vendor CMakeRust
2023-04-27 19:18:10 -04:00

6 lines
100 B
CMake

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