diff options
author | Marc Alff <marc.alff@sun.com> | 2009-11-24 16:36:31 -0700 |
---|---|---|
committer | Marc Alff <marc.alff@sun.com> | 2009-11-24 16:36:31 -0700 |
commit | 6e01be7552aa5c5fb854d30d5d8cb61c2729b292 (patch) | |
tree | 06a753b068f7fb21faaa840cf0808981acaaabb2 /mysys/CMakeLists.txt | |
parent | bd6467805a4d232718589f8ba0f2b84493843aba (diff) | |
download | mariadb-git-6e01be7552aa5c5fb854d30d5d8cb61c2729b292.tar.gz |
WL#2373 Use cycle counter for timing
Diffstat (limited to 'mysys/CMakeLists.txt')
-rwxr-xr-x | mysys/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mysys/CMakeLists.txt b/mysys/CMakeLists.txt index 757e37aa0a9..ae9406450ed 100755 --- a/mysys/CMakeLists.txt +++ b/mysys/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2006 MySQL AB +# Copyright (C) 2006 MySQL AB, 2009 Sun Microsystems, Inc # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -41,7 +41,8 @@ SET(MYSYS_SOURCES array.c charset-def.c charset.c checksum.c default.c default_ rijndael.c safemalloc.c sha1.c string.c thr_alarm.c thr_lock.c thr_mutex.c thr_rwlock.c tree.c typelib.c my_vle.c base64.c my_memmem.c my_getpagesize.c lf_alloc-pin.c lf_dynarray.c lf_hash.c - my_atomic.c my_getncpus.c) + my_atomic.c my_getncpus.c + my_rdtsc.c) IF(NOT SOURCE_SUBLIBS) ADD_LIBRARY(mysys ${MYSYS_SOURCES}) |