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 3737
3838# Generated and working files and directories
3939tests /run_tests
40- build
40+ build *
4141.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/")
99find_package (CURL REQUIRED)
1010
1111if (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)
1414endif ()
1515
1616include_directories (${CMAKE_CURRENT_SOURCE_DIR} /include )
@@ -22,7 +22,7 @@ set(LIBS ${LIBS} ${CURL_LIBRARIES} ${JSONCPP_LIBRARIES})
2222set (BUILD_SHARED_LIBS OFF )
2323
2424add_definitions (-DCURL_STATICLIB)
25- if (UNIX )
25+ if (UNIX )
2626 SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=gnu++0x" )
2727endif ()
2828
@@ -37,7 +37,7 @@ target_link_libraries(netlicensing ${LIBS})
3737# demo client
3838file (GLOB client_demo_headers client_demo/${db2lp_component} /*h)
3939file (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} )
4141target_link_libraries (netlicensing-client-demo netlicensing ${LIBS} )
4242
4343if (BUILD_TESTS)
You can’t perform that action at this time.
0 commit comments