mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 17:56:13 -04:00
commit
6d1806b2e4
@ -239,6 +239,8 @@ if (SQLITECPP_BUILD_EXAMPLES)
|
|||||||
if (NOT APPLE)
|
if (NOT APPLE)
|
||||||
target_link_libraries(SQLiteCpp_example1 dl)
|
target_link_libraries(SQLiteCpp_example1 dl)
|
||||||
endif ()
|
endif ()
|
||||||
|
elseif (MSYS OR MINGW)
|
||||||
|
target_link_libraries(SQLiteCpp_example1 ssp)
|
||||||
endif ()
|
endif ()
|
||||||
else (SQLITECPP_BUILD_EXAMPLES)
|
else (SQLITECPP_BUILD_EXAMPLES)
|
||||||
message(STATUS "SQLITECPP_BUILD_EXAMPLES OFF")
|
message(STATUS "SQLITECPP_BUILD_EXAMPLES OFF")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user