Skip to content

Commit 9711634

Browse files
authored
Update CMakeLists.txt
1 parent 34c6e7c commit 9711634

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

chsql/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ set(LOADABLE_EXTENSION_NAME ${TARGET_NAME}_loadable_extension)
1010
set(CHSQL_DUCKDB_VERSION ${DUCKDB_MAJOR_VERSION})
1111
project(${TARGET_NAME})
1212

13+
set_source_files_properties(
14+
${CMAKE_SOURCE_DIR}/third_party/mbedtls/version
15+
PROPERTIES HEADER_FILE_ONLY FALSE
16+
)
17+
1318
include_directories(
1419
./src/include
1520
./src

0 commit comments

Comments
 (0)