We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee2cfdc commit 7c65fa2Copy full SHA for 7c65fa2
test/CMakeLists.txt
@@ -2,10 +2,5 @@ cmake_minimum_required(VERSION 3.15)
2
3
project(cpp-upnp-tests)
4
5
-list(INSERT CMAKE_PREFIX_PATH 0 ${CMAKE_SOURCE_DIR}/..)
6
-find_package(CPPUPnP REQUIRED)
7
-
8
-add_executable (test-url ./test-url.cpp)
9
-target_compile_features (test-url PRIVATE cxx_std_17)
10
-target_include_directories(test-url PRIVATE cpp_upnp)
11
-target_link_libraries (test-url cpp_upnp)
+add_executable (test-url ./test-url.cpp ../src/url.cpp)
+target_include_directories(test-url PRIVATE ../include)
0 commit comments