Skip to content

Commit ddc66b9

Browse files
committed
fix build, sorry...
svn path=/trunk/; revision=55779
1 parent 78412e7 commit ddc66b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

reactos/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ else()
7878
#useful stuff!
7979
include(CMakeParseArguments)
8080

81+
# this is needed as well
82+
link_directories(${REACTOS_SOURCE_DIR}/importlibs)
83+
8184
if(ENABLE_CCACHE)
8285
set(CMAKE_C_USE_RESPONSE_FILE_FOR_INCLUDES OFF)
8386
set(CMAKE_CXX_USE_RESPONSE_FILE_FOR_INCLUDES OFF)

0 commit comments

Comments
 (0)