Changeset - 0510fa4a2779
[Not reviewed]
Merge
0 15 6
Vitaly Takmazov - 13 years ago 2012-03-06 09:33:21
vitalyster@gmail.com
Merge branch 'master' of https://github.com/hanzz/libtransport
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/CMakeLists.txt
Show inline comments
 
cmake_minimum_required(VERSION 2.6)
 
FILE(GLOB SRC *.cpp *.h)
 
FILE(GLOB_RECURSE SWIFTEN_SRC ../include/Swiften/*.cpp)
 

	
 
# Build without openssl on windows
 
if (WIN32)
 
	string(REGEX REPLACE "[^;]+;?/OpenSSL/[^;]+;?" "" SWIFTEN_SRC "${SWIFTEN_SRC}") 
 
endif()
 

	
 
FILE(GLOB HEADERS ../include/transport/*.h)
 

	
 
if (CPPUNIT_FOUND)
0 comments (0 inline, 0 general)