mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
fix build, sorry...
svn path=/trunk/; revision=55779
This commit is contained in:
parent
78412e7ca0
commit
ddc66b9898
1 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,9 @@ 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)
|
||||
|
|
Loading…
Reference in a new issue