* 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
This commit is contained in:
Amine Khaldi 2012-09-04 20:56:22 +00:00
parent 0a9e0dc0a5
commit 8fc9d7dd58
2 changed files with 0 additions and 3 deletions

View file

@ -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)

View file