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:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user