initial matador ng commit
This commit is contained in:
@@ -18,7 +18,7 @@ set(SOURCES
|
||||
|
||||
set(LIBRARY_TARGET matador-postgres)
|
||||
|
||||
add_subdirectory(test)
|
||||
#add_subdirectory(test)
|
||||
|
||||
add_library(${LIBRARY_TARGET} MODULE ${SOURCES} ${HEADER})
|
||||
|
||||
@@ -32,4 +32,10 @@ target_include_directories(${LIBRARY_TARGET} PRIVATE
|
||||
${PROJECT_SOURCE_DIR}/backends/postgres/include
|
||||
${PostgreSQL_INCLUDE_DIRS})
|
||||
|
||||
target_link_libraries(${LIBRARY_TARGET} matador ${PostgreSQL_LIBRARIES})
|
||||
target_link_libraries(${LIBRARY_TARGET}
|
||||
matador-core
|
||||
matador-orm
|
||||
${CMAKE_DL_LIBS}
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${PostgreSQL_LIBRARIES}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user