mirror of
https://github.com/catchorg/Catch2.git
synced 2024-12-23 11:43:29 +01:00
Updated CMakeLists.txt for toString work
This commit is contained in:
parent
abf9ffc982
commit
fdbbb2c9bd
@ -21,6 +21,10 @@ set(SOURCES
|
|||||||
${SELF_TEST_DIR}/TestMain.cpp
|
${SELF_TEST_DIR}/TestMain.cpp
|
||||||
${SELF_TEST_DIR}/TrickyTests.cpp
|
${SELF_TEST_DIR}/TrickyTests.cpp
|
||||||
${SELF_TEST_DIR}/VariadicMacrosTests.cpp
|
${SELF_TEST_DIR}/VariadicMacrosTests.cpp
|
||||||
|
${SELF_TEST_DIR}/EnumToString.cpp
|
||||||
|
${SELF_TEST_DIR}/ToStringPair.cpp
|
||||||
|
${SELF_TEST_DIR}/ToStringVector.cpp
|
||||||
|
${SELF_TEST_DIR}/ToStringWhich.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
# configure the executable
|
# configure the executable
|
||||||
|
Loading…
Reference in New Issue
Block a user