Author: akhaldi Date: Tue Sep 4 20:56:22 2012 New Revision: 57238
URL: http://svn.reactos.org/svn/reactos?rev=57238&view=rev Log: [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.
Removed: trunk/reactos/importlibs/ Modified: trunk/reactos/CMakeLists.txt
Modified: trunk/reactos/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/CMakeLists.txt?rev=57238&am... ============================================================================== --- trunk/reactos/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/CMakeLists.txt [iso-8859-1] Tue Sep 4 20:56:22 2012 @@ -85,9 +85,6 @@
#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)