Skip to content

Commit

Permalink
Tests: Add missing CMakeLists.txt file for building the XrdClTestsHel…
Browse files Browse the repository at this point in the history
…per library
  • Loading branch information
esindril committed Feb 25, 2015
1 parent 6de1c19 commit 089c23a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/common/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

include(XRootDCommon)

add_library(
XrdClTestsHelper SHARED
Server.cc Server.hh
Utils.cc Utils.hh
TestEnv.cc TestEnv.hh
CppUnitXrdHelpers.hh)

target_link_libraries(
XrdClTestsHelper
pthread
${CPPUNIT_LIBRARIES}
${ZLIB_LIBRARY}
XrdCl)

0 comments on commit 089c23a

Please sign in to comment.