From e4ad766315879e1ff05bb111229f073f8f0ed68e Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Mon, 10 Oct 2022 21:30:02 +0200 Subject: PassFish: Initial Commit Well, that's a lie. But nobody needs to see all the iterations I decided to sweep under the rug. That said, I think the repo is, while not clean, clean enough now, to not be embarrassed by uploading it to github. --- cmake/FindRustQtBindingGenerator.cmake | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cmake/FindRustQtBindingGenerator.cmake (limited to 'cmake/FindRustQtBindingGenerator.cmake') diff --git a/cmake/FindRustQtBindingGenerator.cmake b/cmake/FindRustQtBindingGenerator.cmake new file mode 100644 index 0000000..dc345c0 --- /dev/null +++ b/cmake/FindRustQtBindingGenerator.cmake @@ -0,0 +1,5 @@ +include(FindPackageHandleStandardArgs) +find_program(RustQtBindingGenerator_EXECUTABLE rust_qt_binding_generator HINTS ~/bin) +find_package_handle_standard_args(RustQtBindingGenerator + REQUIRED_VARS RustQtBindingGenerator_EXECUTABLE) +mark_as_advanced(RustQtBindingGenerator_EXECUTABLE) -- cgit v1.2.3