Merge pull request #12 from FlorianRhiem/feature-cmake

Fix typo in CMakeLists.txt
This commit is contained in:
Leonid Stryzhevskyi 2018-10-13 12:56:24 +03:00 committed by GitHub
commit 63362d6e64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -232,7 +232,7 @@ if(OATPP_BUILD_TESTS)
enable_testing()
add_executable(oatppAllTests
test/AllTestsMain.cpp.cpp
test/AllTestsMain.cpp
test/Checker.cpp
test/Checker.hpp
test/UnitTest.cpp