File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,7 @@ file(GLOB sources "*.cpp")
22file (GLOB headers "*.h" )
33
44add_library (devcore ${sources} ${headers} )
5- target_link_libraries (devcore PRIVATE ${JSONCPP_LIBRARY} ${Boost_FILESYSTEM_LIBRARIES} ${Boost_REGEX_LIBRARIES} ${Boost_SYSTEM_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} )
6- target_include_directories (devcore SYSTEM PUBLIC ${Boost_INCLUDE_DIRS} )
5+ target_link_libraries (devcore PRIVATE jsoncpp ${Boost_FILESYSTEM_LIBRARIES} ${Boost_REGEX_LIBRARIES} ${Boost_SYSTEM_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} )
76target_include_directories (devcore PUBLIC "${CMAKE_SOURCE_DIR} " )
8- target_include_directories (devcore PUBLIC "${JSONCPP_INCLUDE_DIR} " )
9- add_dependencies (devcore jsoncpp)
7+ target_include_directories (devcore SYSTEM PUBLIC ${Boost_INCLUDE_DIRS} )
108add_dependencies (devcore solidity_BuildInfo.h)
You can’t perform that action at this time.
0 commit comments