Skip to content

Commit

Permalink
link libstudxml to xlnt.test too
Browse files Browse the repository at this point in the history
  • Loading branch information
tfussell committed Mar 11, 2017
1 parent 5e60b61 commit 98d5b64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ set(CXXTEST_PYTHON_TESTGEN_EXECUTABLE ${CXXTEST_ROOT_DIR}/bin/cxxtestgen)
add_executable(xlnt.test ${TEST_HELPERS} ${TESTS} ${RUNNER})
target_link_libraries(xlnt.test
PRIVATE xlnt
PRIVATE libstudxml
PRIVATE ${ZLIB_LIBRARIES}
PRIVATE ${CRYPTOPP_LIBRARIES})
target_include_directories(xlnt.test
Expand Down

0 comments on commit 98d5b64

Please sign in to comment.