mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
9 lines
189 B
Text
9 lines
189 B
Text
|
|
set(SOURCES
|
||
|
|
Database.cpp
|
||
|
|
)
|
||
|
|
|
||
|
|
find_package(SQLite3 REQUIRED)
|
||
|
|
|
||
|
|
ladybird_lib(LibDatabase database EXPLICIT_SYMBOL_EXPORT)
|
||
|
|
target_link_libraries(LibDatabase PRIVATE LibCore SQLite::SQLite3)
|