changeset 603:c1208587091c

- missed cmake build line to be removed given last commit
author Tassilo Philipp
date Wed, 21 Sep 2022 13:26:31 +0200
parents 22e4e3f06797
children 90dfdac91b9b
files test/CMakeLists.txt
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/CMakeLists.txt	Wed Sep 21 13:25:35 2022 +0200
+++ b/test/CMakeLists.txt	Wed Sep 21 13:26:31 2022 +0200
@@ -26,7 +26,6 @@
 add_subdirectory(thunk)
 add_subdirectory(malloc_wx)
 add_subdirectory(callback_plain)
-add_subdirectory(sharedlib)
 
 if("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86" AND CMAKE_CXX_COMPILER)
 add_subdirectory(suite_x86win32fast)