Skip to content

Commit

Permalink
Merge pull request #1200 from nokia/dev/shuffle
Browse files Browse the repository at this point in the history
Added missed header files when cpputest is being installed as external project though cmake
  • Loading branch information
basvodde committed Mar 16, 2019
2 parents ddb05a0 + da96679 commit 10cb7a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CppUTest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ set(CppUTest_headers
${CppUTestRootDirectory}/include/CppUTest/MemoryLeakWarningPlugin.h
${CppUTestRootDirectory}/include/CppUTest/TestHarness_c.h
${CppUTestRootDirectory}/include/CppUTest/UtestMacros.h
${CppUTestRootDirectory}/include/CppUTest/Shuffle.h
${CppUTestRootDirectory}/include/CppUTest/SimpleMutex.h
)

if (WIN32)
Expand Down

0 comments on commit 10cb7a2

Please sign in to comment.