danicoin/contrib/CMakeLists.txt

8 lines
154 B
CMake
Raw Normal View History

2014-08-13 10:51:37 +00:00
file(GLOB_RECURSE EPEE epee/include/*)
source_group(epee FILES ${EPEE})
add_library(epee ${EPEE})
set_property(TARGET epee PROPERTY FOLDER "external")