mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-10 12:46:12 -04:00
Merge pull request #324 Fix Readme installation instructions from franklange/fix_readme_install
This commit is contained in:
commit
0c46d86e0d
@ -103,10 +103,6 @@ Example for Linux:
|
|||||||
```cmake
|
```cmake
|
||||||
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/thirdparty/SQLiteCpp)
|
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/thirdparty/SQLiteCpp)
|
||||||
|
|
||||||
include_directories(
|
|
||||||
${CMAKE_CURRENT_LIST_DIR}/thirdparty/SQLiteCpp/include
|
|
||||||
)
|
|
||||||
|
|
||||||
add_executable(main src/main.cpp)
|
add_executable(main src/main.cpp)
|
||||||
target_link_libraries(main
|
target_link_libraries(main
|
||||||
SQLiteCpp
|
SQLiteCpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user