build: minor changes and updates to readme and cmake

* corrected version of referenced dependencies
* changed cmake to generate test_main.cpp file on windows rather than copy it
This commit is contained in:
mlangkabel
2018-03-31 12:11:07 +02:00
parent 3ffe76d161
commit 38e7a1aaf0
4 changed files with 6 additions and 46 deletions
+2
View File
@@ -700,6 +700,8 @@ else ()
endforeach( OUTPUTCONFIG CMAKE_CONFIGURATION_TYPES )
endif ()
file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/test_main.cpp "")
add_subdirectory(src/test)
set(CXXTEST_INCLUDE_DIR $ENV{CXX_TEST_DIR})