xlnt/third-party/CMakeLists.txt

9 lines
251 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.2)
project(xlnt.third-party)
2016-10-28 06:40:20 +08:00
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/libstudxml)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/cxxtest)
add_custom_target(xlnt.third-party
DEPENDS libstudxml cxxtest-download)