From 6f2e9c5d9e66d2d9bde8bc185aa1f34d7e7bfa8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Tue, 30 Aug 2011 21:26:11 +0000 Subject: [PATCH] [CMAKE] - fix build svn path=/trunk/; revision=53507 --- rostests/winetests/rpcrt4/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rostests/winetests/rpcrt4/CMakeLists.txt b/rostests/winetests/rpcrt4/CMakeLists.txt index 0012f2da767..6b408c6743b 100644 --- a/rostests/winetests/rpcrt4/CMakeLists.txt +++ b/rostests/winetests/rpcrt4/CMakeLists.txt @@ -5,6 +5,8 @@ add_definitions(-D_WIN32_WINNT=0x500) add_definitions( -D__ROS_LONG64__ -D_DLL -D__USE_CRTIMP) + +include_directories(${CMAKE_CURRENT_BINARY_DIR}) if(MSVC) set(IDL_FLAGS ${IDL_FLAGS} /prefix server s_ /app_config)