summaryrefslogtreecommitdiff
path: root/stubs/CMakeLists.txt
AgeCommit message (Collapse)Author
2025-10-30Do not pass long paths for windows stub generationJosh Ferrell
2025-10-13Fix generating core API stubs on WindowsMark Rowe
"py -3" was being incorrectly quoted, preventing the stub generation script from running on Windows. Instead of changing the quoting, I've opted to switch this to using `find_package(Python3)` to find the Python installation. This sets `Python3_EXECUTABLE` to point at the executable to run.
2025-09-29Allow generating and linking to stubs from cmakeJosh Ferrell
2025-09-01Add option to build rust api without linking to coreJosh Ferrell