Skip to content

Commit

Permalink
Merge pull request #324 Fix Readme installation instructions from fra…
Browse files Browse the repository at this point in the history
…nklange/fix_readme_install
  • Loading branch information
SRombauts authored Mar 26, 2021
2 parents f6b3225 + 2383860 commit 0c46d86
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ Example for Linux:
```cmake
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/thirdparty/SQLiteCpp)
include_directories(
${CMAKE_CURRENT_LIST_DIR}/thirdparty/SQLiteCpp/include
)
add_executable(main src/main.cpp)
target_link_libraries(main
SQLiteCpp
Expand Down

0 comments on commit 0c46d86

Please sign in to comment.