Browse Source

CMakeLists fix

Matt Coburn 4 years ago
parent
commit
80079c2f29
2 changed files with 1 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 0 1
      CMakeLists.txt

+ 1 - 0
.gitignore

@@ -13,3 +13,4 @@ x86_Build/
 UpgradeLog.htm
 NEW_DO_NOT_SEND_TO_GIT/
 out/
+Output

+ 0 - 1
CMakeLists.txt

@@ -34,7 +34,6 @@ set(ENET_SRCS
 	${ENET_SRCDIR}/enet.c
 	${ENET_SRCDIR}/enet.h
 	${ENET_SRCDIR}/custom/enet_logging.h
-	${ENET_SRCDIR}/custom/enet_iosFixes.h
 )
 
 if(ENET_DEBUG)