- Start working on rostests cmake integration.

svn path=/trunk/; revision=49966
This commit is contained in:
Amine Khaldi 2010-12-07 09:27:10 +00:00
parent a38b059ca1
commit 2923228336
38 changed files with 609 additions and 0 deletions

View file

@ -0,0 +1,9 @@
add_definitions(
-D__ROS_LONG64__
-D_DLL -D__USE_CRTIMP)
add_executable(msacm32_winetest msacm.c testlist.c)
target_link_libraries(msacm32_winetest wine)
set_module_type(msacm32_winetest win32cui)
add_importlibs(msacm32_winetest msacm32 msvcrt kernel32 ntdll)