Lines 4-24
Link Here
|
4 |
ADD_SUBDIRECTORY(authentication_ldap) |
4 |
ADD_SUBDIRECTORY(authentication_ldap) |
5 |
|
5 |
|
6 |
# Merge several convenience libraries into one big perconaserverclient |
6 |
# Merge several convenience libraries into one big perconaserverclient |
7 |
-MERGE_CONVENIENCE_LIBRARIES(perconaserverclient ${LIBS} COMPONENT Development) |
7 |
-MERGE_CONVENIENCE_LIBRARIES(perconaserverclient ${LIBS_TO_MERGE} COMPONENT Development) |
8 |
+MERGE_CONVENIENCE_LIBRARIES(perconaserverclient ${LIBS} COMPONENT Development SKIP_INSTALL) |
8 |
+MERGE_CONVENIENCE_LIBRARIES(perconaserverclient ${LIBS_TO_MERGE} COMPONENT Development SKIP_INSTALL) |
9 |
|
9 |
TARGET_LINK_LIBRARIES(perconaserverclient ${LIBS_TO_LINK}) |
|
|
10 |
|
10 |
# Visual Studio users need debug static library for debug projects |
11 |
# Visual Studio users need debug static library for debug projects |
11 |
IF(MSVC) |
|
|
12 |
@@ -271,7 +271,8 @@ |
12 |
@@ -271,7 +271,8 @@ |
13 |
# and link them together into shared library. |
13 |
# and link them together into shared library. |
14 |
MERGE_LIBRARIES_SHARED(libmysql ${LIBS} |
14 |
MERGE_LIBRARIES_SHARED(libmysql ${LIBS_TO_MERGE} |
15 |
EXPORTS ${CLIENT_API_FUNCTIONS} ${CLIENT_API_FUNCTIONS_UNDOCUMENTED} |
15 |
EXPORTS ${CLIENT_API_FUNCTIONS} ${CLIENT_API_FUNCTIONS_UNDOCUMENTED} |
16 |
- COMPONENT SharedLibraries) |
16 |
- COMPONENT SharedLibraries) |
17 |
+ COMPONENT SharedLibraries SKIP_INSTALL) |
17 |
+ COMPONENT SharedLibraries SKIP_INSTALL) |
|
|
18 |
TARGET_LINK_LIBRARIES(libmysql ${LIBS_TO_LINK}) |
18 |
+IF(FALSE) |
19 |
+IF(FALSE) |
19 |
IF(UNIX) |
20 |
IF(UNIX) |
20 |
# libtool compatability |
21 |
# libtool compatability |
21 |
IF(CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR APPLE) |
|
|
22 |
@@ -327,6 +328,7 @@ |
22 |
@@ -327,6 +328,7 @@ |
23 |
# to initialize api_calls[] array in api_test.c |
23 |
# to initialize api_calls[] array in api_test.c |
24 |
# |
24 |
# |