Merge branch 'master' of https://github.com/hanzz/libtransport
This commit is contained in:
commit
0510fa4a27
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
|||
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue