feat(Cmake/Database): separate database lib from common (#5334)
* feat(Core/Database): separate databse lib from common * 1
This commit is contained in:
parent
47378ad14d
commit
a278fd7340
39 changed files with 82 additions and 8 deletions
|
|
@ -24,7 +24,7 @@ target_include_directories(shared
|
|||
|
||||
target_link_libraries(shared
|
||||
PUBLIC
|
||||
common)
|
||||
database)
|
||||
|
||||
set_target_properties(shared
|
||||
PROPERTIES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue