Skip to content

Commit

Permalink
Update for v28
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Jul 24, 2017
1 parent 22dd190 commit 98f8256
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include(CMakePackageConfigHelpers)

write_basic_package_version_file(
"${CMAKE_CURRENT_BINARY_DIR}/trompeloeil/trompeloeil-config-version.cmake"
VERSION 27
VERSION 28
COMPATIBILITY AnyNewerVersion)

set(CMAKE_CXX_STANDARD 14)
Expand Down
7 changes: 6 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
v28 2017-07-24

* You can place expectations on types multiply inheriting several
mock types.

* Changed directory structure. "trompeloeil.hpp" now resides in
directory "include". Self test programs "compiling_tests.cpp"
and "thread_terror.cpp" resides in directory "test".

* Major work on CMake support
- "make install" - works as before and also includes a package
- For CMake based project you can use
. "find_package(trompeloeil 27 REQUIRED)" and add
. "find_package(trompeloeil 28 REQUIRED)" and add
"target_link_libraries(<test_program> trompeloeil)" for your test
target
. use "add_subdirectory(trompeloeil)" if you prefer to track
Expand Down

0 comments on commit 98f8256

Please sign in to comment.