File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,15 +99,15 @@ set( SOURCE_FILES
9999 ${SOURCE_FOLDER} /ti_object.cpp
100100)
101101
102- add_library ( json_to_cpp ${HEADER_FILES} ${SOURCE_FILES} )
103- add_dependencies ( json_to_cpp dependency_stub )
104- target_link_libraries ( json_to_cpp tz utf_range utf_string ${Boost_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} )
102+ add_library ( json_to_cpp_lib ${HEADER_FILES} ${SOURCE_FILES} )
103+ add_dependencies ( json_to_cpp_lib dependency_stub )
104+ target_link_libraries ( json_to_cpp_lib tz utf_range utf_string ${Boost_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} )
105105
106- add_executable ( json_to_cpp_bin ${HEADER_FILES} ${SOURCE_FOLDER} /main.cpp )
107- add_dependencies ( json_to_cpp_bin dependency_stub )
108- target_link_libraries ( json_to_cpp_bin json_to_cpp parse_json utf_range temp_file ${Boost_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${CURL_LIBRARIES} )
106+ add_executable ( json_to_cpp ${HEADER_FILES} ${SOURCE_FOLDER} /main.cpp )
107+ add_dependencies ( json_to_cpp dependency_stub )
108+ target_link_libraries ( json_to_cpp json_to_cpp_lib parse_json utf_range temp_file ${Boost_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${CURL_LIBRARIES} )
109109
110- install ( TARGETS json_to_cpp DESTINATION lib )
111- install ( TARGETS json_to_cpp_bin DESTINATION bin )
112- install ( DIRECTORY ${HEADER_FOLDER} / DESTINATION include/daw/json_to_cpp )
110+ # install( TARGETS json_to_cpp DESTINATION lib )
111+ install ( TARGETS json_to_cpp DESTINATION bin )
112+ # install( DIRECTORY ${HEADER_FOLDER}/ DESTINATION include/daw/json_to_cpp )
113113
You can’t perform that action at this time.
0 commit comments