mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
8 lines
177 B
CMake
8 lines
177 B
CMake
|
project(xlnt.benchmarks)
|
||
|
|
||
|
include_directories(${XLNT_INCLUDE_DIR})
|
||
|
|
||
|
#add_executable(sample-basic ../samples/sample1.cpp)
|
||
|
#add_executable(sample-decrypt ../samples/decrypt.cpp)
|
||
|
|