Skip to content

Commit

Permalink
Merge pull request #65 from ctabin/fix-readme
Browse files Browse the repository at this point in the history
Adds option LIBZIPPP_INSTALL_HEADERS
  • Loading branch information
ctabin authored Apr 18, 2020
2 parents 2273362 + 572fd9d commit fb07ca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ TLDR: Use the standard CMake workflow: `mkdir build && cd build && cmake <-D...>
Set via commandline as `cmake -DNAME=VALUE <other opts>` or via CMake GUI or CCMake `Add Cache Entry`.

- `LIBZIPPP_INSTALL`: Enable/Disable installation of libzippp. Default is OFF when using via `add_subdirectory`, else ON
- `LIBZIPPP_INSTALL_HEADERS`: Enable/Disable installation of libzippp headers. Default is OFF when using via `add_subdirectory`, else ON
- `LIBZIPPP_BUILD_TESTS`: Enable/Disable building libzippp tests. Default is OFF when using via `add_subdirectory`, else ON
- `CMAKE_INSTALL_PREFIX`: Where to install the project to
- `CMAKE_BUILD_TYPE`: Set to Release or Debug to build with or without optimizations
Expand Down

0 comments on commit fb07ca8

Please sign in to comment.