Skip to content

Commit

Permalink
use pkg-config for cppunit
Browse files Browse the repository at this point in the history
  • Loading branch information
dfateyev committed Jul 2, 2019
1 parent e6d676f commit b1796ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
INCLUDE(FindCppUnit.cmake)
INCLUDE(FindPkgConfig)

PKG_CHECK_MODULES(CPPUNIT cppunit)

FILE(GLOB_RECURSE UnitTestSrc "src/*Test.cpp" )

Expand Down

0 comments on commit b1796ae

Please sign in to comment.