blob: 7046752106eba00100ebcecbd15a088eb6afdd78 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
LIBRARY()
SRCS(
plugin.cpp
)
END()
RECURSE(
bridge
)
IF (NOT OPENSOURCE)
# We do not bring YQL with us into open source.
RECURSE(
dynamic
native
)
ENDIF()
|