mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
9 lines
251 B
CMake
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)
|