client almost builds
This commit is contained in:
9
vendor/CMakeLists.txt
vendored
9
vendor/CMakeLists.txt
vendored
@@ -0,0 +1,9 @@
|
||||
add_subdirectory(cryptopp)
|
||||
|
||||
|
||||
add_subdirectory(lzo-2.10)
|
||||
|
||||
if (WIN32)
|
||||
set_target_properties(cryptopp-static PROPERTIES FOLDER vendor)
|
||||
set_target_properties(lzo2 PROPERTIES FOLDER vendor)
|
||||
endif()
|
||||
Reference in New Issue
Block a user