We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f378303 commit e7622d0Copy full SHA for e7622d0
1 file changed
contract-tests/client-contract-tests/CMakeLists.txt
@@ -8,10 +8,6 @@ project(
8
LANGUAGES CXX
9
)
10
11
-if (LD_CURL_NETWORKING)
12
- target_compile_definitions(${LIBNAME} PUBLIC LD_CURL_NETWORKING)
13
-endif()
14
-
15
include(${CMAKE_FILES}/json.cmake)
16
17
add_executable(client-tests
@@ -31,4 +27,8 @@ target_link_libraries(client-tests PRIVATE
31
27
contract-test-data-model
32
28
33
29
30
+if (LD_CURL_NETWORKING)
+ target_compile_definitions(client-tests PUBLIC LD_CURL_NETWORKING)
+endif()
+
34
target_include_directories(client-tests PUBLIC include)
0 commit comments