mirror of
https://github.com/jarro2783/cxxopts.git
synced 2026-09-02 02:58:27 +02:00
11 lines
154 B
Plaintext
11 lines
154 B
Plaintext
It is preferable to build out of source.
|
|
|
|
cmake ${CXXOPTS_DIR}
|
|
make
|
|
|
|
|
|
You can use another build tool, such as ninja.
|
|
|
|
cmake -G Ninja ${CXXOPTS_DIR}
|
|
ninja
|