Skip to content

Commit 57e7cf3

Browse files
authored
update cmake and install newly server_exception.h
install `server_exception.h`
1 parent de70d97 commit 57e7cf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clickhouse/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ INSTALL(FILES block.h DESTINATION include/clickhouse/)
8484
INSTALL(FILES client.h DESTINATION include/clickhouse/)
8585
INSTALL(FILES error_codes.h DESTINATION include/clickhouse/)
8686
INSTALL(FILES exceptions.h DESTINATION include/clickhouse/)
87+
INSTALL(FILES server_exception.h DESTINATION include/clickhouse/)
8788
INSTALL(FILES protocol.h DESTINATION include/clickhouse/)
8889
INSTALL(FILES query.h DESTINATION include/clickhouse/)
8990

0 commit comments

Comments
 (0)