mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-05 02:06:02 -04:00
improved biicode support
This commit is contained in:
parent
987f9e465f
commit
0aa4a43ae8
@ -1,19 +1,17 @@
|
|||||||
if (BIICODE)
|
if (BIICODE)
|
||||||
|
|
||||||
include(${CMAKE_HOME_DIRECTORY}/biicode.cmake)
|
# biicode doesn't process files bigger than 5Mb
|
||||||
# Initializes block variables
|
list(APPEND BII_LIB_SRC sqlite3/sqlite3.c)
|
||||||
INIT_BIICODE_BLOCK()
|
|
||||||
|
|
||||||
# Include base block dir
|
# Include base block dir
|
||||||
ADD_BIICODE_TARGETS()
|
ADD_BIICODE_TARGETS()
|
||||||
|
|
||||||
# Link target with dl for linux
|
# Link target with dl for linux
|
||||||
IF (UNIX)
|
if (UNIX)
|
||||||
IF(NOT APPLE)
|
TARGET_LINK_LIBRARIES(${BII_BLOCK_TARGET} INTERFACE pthread)
|
||||||
|
if(NOT APPLE)
|
||||||
TARGET_LINK_LIBRARIES(${BII_BLOCK_TARGET} INTERFACE dl)
|
TARGET_LINK_LIBRARIES(${BII_BLOCK_TARGET} INTERFACE dl)
|
||||||
ENDIF()
|
endif()
|
||||||
ENDIF()
|
endif()
|
||||||
|
|
||||||
else (BIICODE)
|
else (BIICODE)
|
||||||
|
|
||||||
# Main CMake file for compiling the library itself, examples and tests.
|
# Main CMake file for compiling the library itself, examples and tests.
|
||||||
|
@ -3,6 +3,8 @@ SQLiteC++
|
|||||||
|
|
||||||
[](https://travis-ci.org/SRombauts/SQLiteCpp "Travis CI Linux Build Status")
|
[](https://travis-ci.org/SRombauts/SQLiteCpp "Travis CI Linux Build Status")
|
||||||
[](https://ci.appveyor.com/project/SbastienRombauts/SQLiteCpp "AppVeyor Windows Build status")
|
[](https://ci.appveyor.com/project/SbastienRombauts/SQLiteCpp "AppVeyor Windows Build status")
|
||||||
|
[](https://www.biicode.com/sqlite/sqlite)
|
||||||
|
|
||||||
|
|
||||||
SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
|
SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
|
||||||
|
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
# Manual adjust file implicit dependencies, add (+), remove (-), or overwrite (=)
|
# Manual adjust file implicit dependencies, add (+), remove (-), or overwrite (=)
|
||||||
include/SQLiteCpp/Assertion.h - tests/Database_test.cpp
|
include/SQLiteCpp/Assertion.h - tests/Database_test.cpp
|
||||||
include/SQLiteCpp/Assertion.h - examples/example1/main.cpp
|
include/SQLiteCpp/Assertion.h - examples/example1/main.cpp
|
||||||
include/SQLiteCpp/Assertion.h - examples/example1/biimain.cpp
|
|
||||||
|
|
||||||
[mains]
|
[mains]
|
||||||
# Manual adjust of files that define an executable
|
# Manual adjust of files that define an executable
|
||||||
@ -42,4 +41,3 @@
|
|||||||
# By default they are copied to bin/user/block/... which should be taken into account
|
# By default they are copied to bin/user/block/... which should be taken into account
|
||||||
# when loading from disk such data
|
# when loading from disk such data
|
||||||
examples/example1/main.cpp + example.db3 logo.png
|
examples/example1/main.cpp + example.db3 logo.png
|
||||||
examples/example1/biimain.cpp + example.db3 logo.png
|
|
Loading…
x
Reference in New Issue
Block a user