mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 23:14:20 +08:00
comment out crypto stuff, for now (only compiles on windows)
This commit is contained in:
@@ -14,13 +14,13 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
set(cpp_dir cryptopp561)
|
||||
#set(cpp_dir cryptopp561)
|
||||
|
||||
file(GLOB cpp_src ${cpp_dir}/*.cpp)
|
||||
#file(GLOB cpp_src ${cpp_dir}/*.cpp)
|
||||
|
||||
if (WIN32)
|
||||
file(GLOB cpp_hdr ${cpp_dir}/*.h)
|
||||
list(APPEND cpp_src ${cpp_hdr})
|
||||
endif()
|
||||
#if (WIN32)
|
||||
# file(GLOB cpp_hdr ${cpp_dir}/*.h)
|
||||
# list(APPEND cpp_src ${cpp_hdr})
|
||||
#endif()
|
||||
|
||||
add_library(cryptopp STATIC ${cpp_src})
|
||||
#add_library(cryptopp STATIC ${cpp_src})
|
||||
|
||||
Reference in New Issue
Block a user