Mercurial > minori
comparison dep/anitomy/CMakeLists.txt @ 72:893ad99b174d
dep/anitomy: add CXX_STANDARD to CMakeLists.txt
this fixes bugs when building on macOS, because Apple clang defaults to
C++98(?)
HG Enter commit message. Lines beginning with 'HG:' are removed.
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Tue, 03 Oct 2023 04:58:38 -0400 |
| parents | 5c0397762b53 |
| children |
comparison
equal
deleted
inserted
replaced
| 68:2417121d894e | 72:893ad99b174d |
|---|---|
| 10 anitomy/string.cpp | 10 anitomy/string.cpp |
| 11 anitomy/token.cpp | 11 anitomy/token.cpp |
| 12 anitomy/tokenizer.cpp | 12 anitomy/tokenizer.cpp |
| 13 ) | 13 ) |
| 14 set_target_properties(anitomy PROPERTIES | 14 set_target_properties(anitomy PROPERTIES |
| 15 PUBLIC_HEADER anitomy/anitomy.h) | 15 PUBLIC_HEADER anitomy/anitomy.h CXX_STANDARD 17) |
| 16 target_include_directories(anitomy PRIVATE src) | 16 target_include_directories(anitomy PRIVATE src) |
