Commit 75a369e9 authored by jan.koester's avatar jan.koester
Browse files

ups

parent 54c4a7e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ if(${PostgreSQL_FOUND})
    add_library(pgsql SHARED pgsql/pgsql.cpp)

    target_include_directories(pgsql PRIVATE
       "${CMAKE_CURRENT_SOURCE_DIR}/../src"
       "${CMAKE_SOURCE_DIR}/include"
       "${PostgreSQL_INCLUDE_DIRS}"
    )

@@ -28,7 +28,7 @@ if(${SQLite3_FOUND})
    add_library(sqlite SHARED sqlite/sqlite.cpp)

    target_include_directories(sqlite PRIVATE
        "${CMAKE_CURRENT_SOURCE_DIR}/../src"
        "${CMAKE_SOURCE_DIR}/include"
        "${SQLite3_INCLUDE_DIRS}"
    )

+1 −1
Original line number Diff line number Diff line
add_executable(select select.cpp)

target_include_directories(select PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/../src")
target_include_directories(select PRIVATE ""${CMAKE_SOURCE_DIR}/include")

target_link_libraries(select PRIVATE dbpp)