Running on Linux again and small clean up.
This commit is contained in:
parent
683ba5447f
commit
2bde5567be
24 changed files with 113 additions and 60 deletions
|
@ -1,8 +1,7 @@
|
|||
list(APPEND database_LIB_INCLUDES
|
||||
Database.cpp
|
||||
DatabaseManager.cpp
|
||||
database_interfaces/SqliteInterface.cpp
|
||||
${SQLite3_INCLUDE_DIR}/sqlite3.c)
|
||||
database_interfaces/SqliteInterface.cpp)
|
||||
|
||||
add_library(database SHARED ${database_LIB_INCLUDES})
|
||||
|
||||
|
@ -12,4 +11,6 @@ target_include_directories(database PUBLIC
|
|||
"${SQLite3_INCLUDE_DIR}"
|
||||
)
|
||||
set_property(TARGET database PROPERTY FOLDER src)
|
||||
set_target_properties( database PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS ON )
|
||||
set_target_properties( database PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS ON )
|
||||
|
||||
target_link_libraries(database PUBLIC ${SQLite3_LIBRARIES})
|
Loading…
Add table
Add a link
Reference in a new issue