Skip to content

Commit b07d2e2

Browse files
committed
.
1 parent bc6242d commit b07d2e2

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

CMakeLists.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)