feat(Cmake): Rewrite build and use inherited dependencies (#1652)
This commit is contained in:
parent
0f174eff01
commit
eae9affec9
48 changed files with 6336 additions and 1178 deletions
|
|
@ -4,8 +4,6 @@ option(USE_MYSQL_SOURCES "Use included MySQL-sources to build libraries" 0)
|
|||
# Package overloads
|
||||
set(ACE_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/deps/acelite)
|
||||
set(ACE_LIBRARY "ace")
|
||||
set(BZIP2_LIBRARIES "bzip2")
|
||||
set(ZLIB_LIBRARIES "zlib")
|
||||
|
||||
if( USE_MYSQL_SOURCES )
|
||||
set(MYSQL_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/deps/mysqllite/include)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue