DeepForge-Tech / DeepForge-Toolset

DeepForge Toolset - cross-platform installer of necessary tools for programming.
MIT License
3 stars 2 forks source link

Add link of sqlite 3 library to CMakeLists.txt #48

Closed Blackflame576 closed 11 months ago

Blackflame576 commented 11 months ago
find_package (SQLite3)

include_directories(${SQLite3_INCLUDE_DIRS})
target_link_libraries (${OUT_TARGET} ${SQLite3_LIBRARIES})