but it does depend on xlnt...

This commit is contained in:
Thomas Fussell 2017-07-11 22:14:13 -07:00
parent e6b0545c26
commit 13cfbe914f

View File

@ -10,4 +10,5 @@ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/setup.py.cmake"
add_custom_target(xlntpyarrow ALL
COMMAND python setup.py build
DEPENDS xlnt
SOURCES xlntpyarrow.cpp setup.py.cmake)