diff --git a/CMakeLists.txt b/CMakeLists.txt index 19aae5a4e4c..3c09c49bf79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,3 +67,4 @@ install( ## build tags include(TokuBuildTagDatabases) + diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index e966dca0941..fe597a1fdf5 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -390,6 +390,7 @@ if(BUILD_TESTING OR BUILD_SRC_TESTS) add_space_separated_property(TARGET ${base}.tdb COMPILE_FLAGS -fvisibility=hidden) endforeach(bin) + foreach(bin ${tdb_bins}) get_filename_component(base ${bin} NAME_WE) target_link_libraries(${base}.tdb HotBackup)