File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ include(CMakePackageConfigHelpers)
77
88write_basic_package_version_file(
99 "${CMAKE_CURRENT_BINARY_DIR} /trompeloeil/trompeloeil-config-version.cmake"
10- VERSION 27
10+ VERSION 28
1111 COMPATIBILITY AnyNewerVersion)
1212
1313set (CMAKE_CXX_STANDARD 14)
Original file line number Diff line number Diff line change 1+ v28 2017-07-24
2+
3+ * You can place expectations on types multiply inheriting several
4+ mock types.
5+
16 * Changed directory structure. "trompeloeil.hpp" now resides in
27 directory "include". Self test programs "compiling_tests.cpp"
38 and "thread_terror.cpp" resides in directory "test".
49
510 * Major work on CMake support
611 - "make install" - works as before and also includes a package
712 - For CMake based project you can use
8- . "find_package(trompeloeil 27 REQUIRED)" and add
13+ . "find_package(trompeloeil 28 REQUIRED)" and add
914 "target_link_libraries(<test_program> trompeloeil)" for your test
1015 target
1116 . use "add_subdirectory(trompeloeil)" if you prefer to track
You can’t perform that action at this time.
0 commit comments