From 8fc9d7dd5859c0f0d00b3bfdbbdaef93056b77b0 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Tue, 4 Sep 2012 20:56:22 +0000 Subject: [PATCH] [CMAKE] * Remove the importlibs folder. It's not needed anymore. While we're here, it's worth noting that the use of link_directories is not recommended, you should use target_link_libraries with absolute paths for example. svn path=/trunk/; revision=57238 --- reactos/CMakeLists.txt | 3 --- reactos/importlibs/.gitignore | 0 2 files changed, 3 deletions(-) delete mode 100644 reactos/importlibs/.gitignore diff --git a/reactos/CMakeLists.txt b/reactos/CMakeLists.txt index 7d8c28dcfc9..71fb4da0c75 100644 --- a/reactos/CMakeLists.txt +++ b/reactos/CMakeLists.txt @@ -86,9 +86,6 @@ else() #useful stuff! include(CMakeParseArguments) - # this is needed as well - link_directories(${REACTOS_SOURCE_DIR}/importlibs) - if(ENABLE_CCACHE) set(CMAKE_C_USE_RESPONSE_FILE_FOR_INCLUDES OFF) set(CMAKE_CXX_USE_RESPONSE_FILE_FOR_INCLUDES OFF) diff --git a/reactos/importlibs/.gitignore b/reactos/importlibs/.gitignore deleted file mode 100644 index e69de29bb2d..00000000000