Adding rough-in for more components, pistache dependency pull

This commit is contained in:
Ian Roddis
2021-06-03 17:57:56 -03:00
parent fbe77d03f9
commit 315638f650
8 changed files with 99 additions and 5 deletions

9
cmake/Pistache.cmake Normal file
View File

@@ -0,0 +1,9 @@
project(pistache NONE)
include(ExternalProject)
ExternalProject_Add(pistache
GIT_REPOSITORY https://github.com/pistacheio/pistache.git
GIT_TAG master
INSTALL_COMMAND ""
TEST_COMMAND ""
)