diff options
author | rtk0c <[email protected]> | 2022-06-11 11:37:45 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-06-11 11:37:45 -0700 |
commit | f29a141ab4c4308aed66f930a6f3a42cd20a482d (patch) | |
tree | 482cb3698e45ddc22cc39977dac3e49071554eb1 /conanfile.txt | |
parent | 123bea4fc8d828cec7b41949bab1db443387728e (diff) |
Changeset: 70 Fix cmake and codegen infra
- Invoke codegen.exe once with a list of changed files, instead of individually for each changed file (this gives the codegen global access to all the code, allowing more things)
- Initial support for outputting an archive SQLite database that contains all the code info
Diffstat (limited to 'conanfile.txt')
-rw-r--r-- | conanfile.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conanfile.txt b/conanfile.txt index 2b03fbb..5aed61c 100644 --- a/conanfile.txt +++ b/conanfile.txt @@ -6,6 +6,7 @@ rapidjson/cci.20211112 stb/cci.20210910 robin-hood-hashing/3.11.5 frozen/1.1.1 +sqlite3/3.38.5 [generators] cmake |