[sword-svn] r3232 - trunk

greg.hellings at crosswire.org greg.hellings at crosswire.org
Wed May 14 16:50:50 MST 2014


Author: greg.hellings
Date: 2014-05-14 16:50:50 -0700 (Wed, 14 May 2014)
New Revision: 3232

Modified:
   trunk/CMakeLists.txt
Log:
Fixes missing include during Win32 compile.

Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt	2014-05-14 17:30:08 UTC (rev 3231)
+++ trunk/CMakeLists.txt	2014-05-14 23:50:50 UTC (rev 3232)
@@ -36,6 +36,9 @@
 # Our local includes
 INCLUDE_DIRECTORIES("${CMAKE_CURRENT_BINARY_DIR}/include") # For swversion.h
 INCLUDE_DIRECTORIES("${CMAKE_CURRENT_SOURCE_DIR}/include") # For everything else
+IF(MSVC)
+	INCLUDE_DIRECTORIES("${CMAKE_CURRENT_SOURCE_DIR}/src/utilfuns/win32/")
+ENDIF(MSVC)
 
 ###########################################################################################
 # This will look for various libraries that libsword builds against.  There is no REQUIRED




More information about the sword-cvs mailing list