File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
38
38
# Generated and working files and directories
39
39
tests /run_tests
40
- build
40
+ build *
41
41
.vscode
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")
9
9
find_package (CURL REQUIRED )
10
10
11
11
if (BUILD_TESTS )
12
- set (Boost_USE_STATIC_LIBS ON )
13
- find_package (Boost 1.40 REQUIRED unit_test_framework )
12
+ set (Boost_USE_STATIC_LIBS ON )
13
+ find_package (Boost 1.40 REQUIRED unit_test_framework )
14
14
endif ()
15
15
16
16
include_directories (${CMAKE_CURRENT_SOURCE_DIR} /include )
@@ -22,7 +22,7 @@ set(LIBS ${LIBS} ${CURL_LIBRARIES} ${JSONCPP_LIBRARIES})
22
22
set (BUILD_SHARED_LIBS OFF )
23
23
24
24
add_definitions (-DCURL_STATICLIB )
25
- if (UNIX )
25
+ if (UNIX )
26
26
SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=gnu++0x" )
27
27
endif ()
28
28
@@ -37,7 +37,7 @@ target_link_libraries(netlicensing ${LIBS})
37
37
# demo client
38
38
file (GLOB client_demo_headers client_demo/${db2lp_component}/*h )
39
39
file (GLOB client_demo_sources client_demo/${db2lp_component}/*cc )
40
- add_executable (netlicensing-client-demo ${client_demo_headers} ${client_demo_sources} )
40
+ add_executable (netlicensing-client-demo ${client_demo_headers} ${client_demo_sources} )
41
41
target_link_libraries (netlicensing-client-demo netlicensing ${LIBS} )
42
42
43
43
if (BUILD_TESTS )
You can’t perform that action at this time.
0 commit comments