Commit e6ebb22c authored by aligungr's avatar aligungr

cxxopts.hpp removed

parent 694de33d
......@@ -6,7 +6,7 @@ file(GLOB_RECURSE YAML_SRC_FILES *.cpp)
file(GLOB HDR_FILES *.hpp)
file(GLOB SRC_FILES *.cpp)
add_library(utils ${YAML_HDR_FILES} ${YAML_SRC_FILES} ../ext/cxxopts/cxxopts.hpp ${HDR_FILES} ${SRC_FILES})
add_library(utils ${YAML_HDR_FILES} ${YAML_SRC_FILES} ${HDR_FILES} ${SRC_FILES})
target_link_libraries(utils pthread)
target_link_libraries(utils ext)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment