Exclude .h and .a files in install.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.16.0)
|
||||
|
||||
add_subdirectory("SQLiteCpp")
|
||||
# Prevent installation of SQLite built components. (we use the .a library files directly)
|
||||
|
||||
add_subdirectory("SQLiteCpp" EXCLUDE_FROM_ALL)
|
||||
|
||||
|
||||
set(SDBUSCPP_BUILD_CODEGEN off)
|
||||
set(SDBUSCPP_INSTALL off)
|
||||
|
||||
Reference in New Issue
Block a user