Skip to content

Commit 98f8256

Browse files
committed
Update for v28
1 parent 22dd190 commit 98f8256

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include(CMakePackageConfigHelpers)
77

88
write_basic_package_version_file(
99
"${CMAKE_CURRENT_BINARY_DIR}/trompeloeil/trompeloeil-config-version.cmake"
10-
VERSION 27
10+
VERSION 28
1111
COMPATIBILITY AnyNewerVersion)
1212

1313
set(CMAKE_CXX_STANDARD 14)

ChangeLog

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
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

0 commit comments

Comments
 (0)