Skip to content

Commit

Permalink
rename provider test left over
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jun 21, 2021
1 parent 8a4f5aa commit 989cfaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/src/providers/CMakeLists.txt
Expand Up @@ -61,16 +61,16 @@ if(UNIX AND NOT ANDROID AND CMAKE_BUILD_TYPE MATCHES Debug)
testqgswcspublicservers.cpp
)

add_executable ( qgis_wcstest ${WCSTEST_SRCS} )
target_compile_features(qgis_wcstest PRIVATE cxx_std_17)
add_executable(test_provdider_wcs ${WCSTEST_SRCS} )
target_compile_features(test_provdider_wcs PRIVATE cxx_std_17)

include_directories(${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/../../../src/core
${CMAKE_CURRENT_SOURCE_DIR}/../../../src/core/raster
${CMAKE_CURRENT_SOURCE_DIR}/../../../src/providers/wcs
)

target_link_libraries(qgis_wcstest
target_link_libraries(test_provdider_wcs
${Qt5Core_LIBRARIES}
${Qt5Network_LIBRARIES}
${Qt5Svg_LIBRARIES}
Expand All @@ -79,7 +79,7 @@ if(UNIX AND NOT ANDROID AND CMAKE_BUILD_TYPE MATCHES Debug)
qgis_core
)

install (TARGETS qgis_wcstest
install (TARGETS test_provdider_wcs
BUNDLE DESTINATION ${QGIS_BIN_DIR}
RUNTIME DESTINATION ${QGIS_BIN_DIR}
)
Expand Down

0 comments on commit 989cfaf

Please sign in to comment.