Adding rough-in for more components, pistache dependency pull
This commit is contained in:
9
cmake/Pistache.cmake
Normal file
9
cmake/Pistache.cmake
Normal 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 ""
|
||||
)
|
||||
Reference in New Issue
Block a user