From 41890f6bb48136e7796bddc29854b0bf87323510 Mon Sep 17 00:00:00 2001 From: xawotihs Date: Tue, 7 Jun 2016 22:49:59 +0200 Subject: [PATCH] Removed main() function in zipFS --- thirdparty/zipFS/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/thirdparty/zipFS/CMakeLists.txt b/thirdparty/zipFS/CMakeLists.txt index 73f9f9ff8..d366d6b9c 100644 --- a/thirdparty/zipFS/CMakeLists.txt +++ b/thirdparty/zipFS/CMakeLists.txt @@ -1,6 +1,4 @@ set(SOURCES - stdafx.cpp - zfs.cpp zfsystem.cpp zstream.cpp ziphdr.cpp)