Skip to content

Commit

Permalink
Fixes jarro2783#338: Split the library into multiple header files - m…
Browse files Browse the repository at this point in the history
…ostly one for each class.
  • Loading branch information
eyalroz committed Jul 7, 2022
1 parent f0f465b commit ca5b057
Show file tree
Hide file tree
Showing 12 changed files with 2,847 additions and 2,678 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if (CXXOPTS_ENABLE_WARNINGS)
cxxopts_enable_warnings()
endif()

add_library(cxxopts INTERFACE)
add_library(cxxopts INTERFACE include/cxxopts.hpp)
add_library(cxxopts::cxxopts ALIAS cxxopts)
add_subdirectory(include)

Expand Down
Loading

0 comments on commit ca5b057

Please sign in to comment.