xlnt/third-party/CMakeLists.txt

11 lines
326 B
CMake
Raw Normal View History

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