Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
nyalldawson committed Mar 24, 2021
1 parent d04e3a3 commit 9a43fa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/providers/postgres/CMakeLists.txt
Expand Up @@ -80,6 +80,8 @@ target_link_libraries (postgresprovider_a
if (WITH_GUI)
include_directories (
${CMAKE_BINARY_DIR}/src/providers/postgres
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
)

QT5_WRAP_UI(PG_UIS_H ${PG_UIS})
Expand Down
2 changes: 2 additions & 0 deletions src/providers/wms/CMakeLists.txt
Expand Up @@ -31,6 +31,8 @@ target_compile_features(wmsprovider_a PRIVATE cxx_std_17)
if (WITH_GUI)
include_directories (
${CMAKE_BINARY_DIR}/src/providers/wms
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
)

QT5_WRAP_UI(WMS_UIS_H ${WMS_UIS})
Expand Down

0 comments on commit 9a43fa7

Please sign in to comment.