Post #4122988
2026-07-26 19:08 UTC
"I'll just install that library from the c++ package manager"
`cppip install cppotato`
"and I'll import it as a module using the C++20 import statement"
`import cppotato.potato;`
`potato.explode();`
"Amazing!"
If only it was like that...
Replies (1)
-
@foxscribe@woof.tech 2026-07-26 23:16
@meluzzy@woof.tech humble ``` ExternalProject_Add(foobar GIT_REPOSITORY git@github.com:FooCo/FooBar.git GIT_TAG origin/release/1.2.3 ) ``` in your CMakeLists.txt