[ros-diffs] [jgardou] 53507: [CMAKE] - fix build

jgardou at svn.reactos.org jgardou at svn.reactos.org
Tue Aug 30 21:26:11 UTC 2011


Author: jgardou
Date: Tue Aug 30 21:26:11 2011
New Revision: 53507

URL: http://svn.reactos.org/svn/reactos?rev=53507&view=rev
Log:
[CMAKE]
- fix build

Modified:
    trunk/rostests/winetests/rpcrt4/CMakeLists.txt

Modified: trunk/rostests/winetests/rpcrt4/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/rpcrt4/CMakeLists.txt?rev=53507&r1=53506&r2=53507&view=diff
==============================================================================
--- trunk/rostests/winetests/rpcrt4/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/rostests/winetests/rpcrt4/CMakeLists.txt [iso-8859-1] Tue Aug 30 21:26:11 2011
@@ -5,6 +5,8 @@
 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)




More information about the Ros-diffs mailing list