Commit c0a4b18
committed
Fix builds by adding missing types.cpp in CMake
In duckdb#168 `types.cpp` file was added to `CMakeLists.txt`, but, by mistake
it was not added to `CMakeLists.txt.in` that is used to generate the
`CMakeLists.txt` file on periodic engine sources import.
This change adds `types.cpp` to both `CMakeLists.txt.in` and
`CMakeLists.txt` to fix the build.1 parent ae4f660 commit c0a4b18
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
| 564 | + | |
564 | 565 | | |
565 | 566 | | |
566 | 567 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
0 commit comments