xlnt/third-party/CMakeLists.txt
Thomas Fussell e93e8ed091 fix linking
2017-03-10 19:00:10 -05:00

9 lines
251 B
CMake

cmake_minimum_required(VERSION 3.2)
project(xlnt.third-party)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/libstudxml)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/cxxtest)
add_custom_target(xlnt.third-party
DEPENDS libstudxml cxxtest-download)