mirror of
https://gitlab.com/mfocko/LeetCode.git
synced 2024-11-10 00:09:06 +01:00
chore(cpp): add GTest support
* Compile with ‹_MF_TEST› macro * Link the GTest library Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
d924020c46
commit
231b55ed58
1 changed files with 2 additions and 1 deletions
|
@ -1 +1,2 @@
|
|||
export CXXFLAGS="-std=c++20 -Wall -Wextra -g"
|
||||
export CXXFLAGS="-std=c++20 -Wall -Wextra -g -D_MF_TEST"
|
||||
export LDLIBS="-lgtest"
|
||||
|
|
Loading…
Reference in a new issue