mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Build PlatformCheck into all test binaries.
This commit is contained in:
parent
3c400f4f02
commit
29ebd2beff
@ -27,6 +27,9 @@ LANGUAGE = C++
|
||||
VPATH *= ../.. ../../murmur ../../mumble
|
||||
INCLUDEPATH *= ../.. ../../murmur ../../mumble
|
||||
|
||||
SOURCES += PlatformCheck.cpp
|
||||
HEADERS += PlatformCheck.h
|
||||
|
||||
# We have to depend on OpenSSL in all tests
|
||||
# for no-pch builds to work. Our PCH headers
|
||||
# include OpenSSL, and if the headers aren't
|
||||
|
||||
Loading…
Reference in New Issue
Block a user