Compare commits
No commits in common. "pqxx-inc" and "master" have entirely different histories.
3 changed files with 1 additions and 7 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +0,0 @@
|
||||||
[submodule "third-party/libpqxx"]
|
|
||||||
path = third-party/libpqxx
|
|
||||||
url = https://github.com/jtv/libpqxx
|
|
||||||
|
|
@ -69,8 +69,6 @@ set(CMAKE_INSTALL_PREFIX $ENV{ACT_HOME} CACHE PATH "installation path" FORCE)
|
||||||
|
|
||||||
add_subdirectory(src)
|
add_subdirectory(src)
|
||||||
|
|
||||||
add_subdirectory(third-party/libpqxx build-pqxx EXCLUDE_FROM_ALL)
|
|
||||||
|
|
||||||
# Link the needed libraries into it
|
# Link the needed libraries into it
|
||||||
target_link_libraries(
|
target_link_libraries(
|
||||||
${PROJECT_NAME}
|
${PROJECT_NAME}
|
||||||
|
|
@ -81,7 +79,7 @@ target_link_libraries(
|
||||||
# Add the Postgresql library
|
# Add the Postgresql library
|
||||||
target_link_libraries(
|
target_link_libraries(
|
||||||
${PROJECT_NAME}
|
${PROJECT_NAME}
|
||||||
pqxx
|
-lpqxx -lpq
|
||||||
)
|
)
|
||||||
|
|
||||||
# specify install targets
|
# specify install targets
|
||||||
|
|
|
||||||
1
third-party/libpqxx
vendored
1
third-party/libpqxx
vendored
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 6af956bb48167ed1e71cc0f0c2d8c8fdc99151a3
|
|
||||||
Loading…
Reference in a new issue