diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-02-19 18:04:35 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-02-19 18:04:35 +0100 |
commit | fc08964e80c8cb5ee40739f52f91f7ab470092bd (patch) | |
tree | 337085fa66f6aff170eac41b4ab3ae3c32c29a89 /extra | |
parent | df64a941183f6e2f1b4e55b40c2dddb3738cd90e (diff) | |
download | mariadb-git-fc08964e80c8cb5ee40739f52f91f7ab470092bd.tar.gz |
Install extremely useful program "replace"
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/CMakeLists.txt b/extra/CMakeLists.txt index 479fb8cbd71..862635c25dc 100755 --- a/extra/CMakeLists.txt +++ b/extra/CMakeLists.txt @@ -66,7 +66,7 @@ IF(CMAKE_SYSTEM_NAME STREQUAL "SunOS") ENDIF() -ADD_EXECUTABLE(replace replace.c) +MYSQL_ADD_EXECUTABLE(replace replace.c) TARGET_LINK_LIBRARIES(replace mysys) IF(UNIX) MYSQL_ADD_EXECUTABLE(innochecksum innochecksum.c) |