Add rosautotest and kernel32_winetest to bootcdregtest.
cmake bootcdregtest lives.

svn path=/trunk/; revision=50227
This commit is contained in:
Sylvain Petreolle
2010-12-30 21:49:36 +00:00
parent e26b7f9a66
commit ab2048a22f
2 changed files with 8 additions and 1 deletions
+6 -1
View File
@@ -19,7 +19,12 @@ list(APPEND SOURCE
shutdown.cpp
tools.cpp)
add_executable(rosautotest ${SOURCE})
add_executable(rosautotest
#${CMAKE_CURRENT_BINARY_DIR}/rosautotest_precomp.h.gch
${SOURCE})
#add_pch(rosautotest ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
set_module_type(rosautotest win32cui)
add_importlibs(rosautotest advapi32 shell32 user32 wininet msvcrt kernel32 ntdll)
add_cab_target(rosautotest 1)
@@ -45,3 +45,5 @@ add_executable(kernel32_winetest ${SOURCE})
target_link_libraries(kernel32_winetest wine)
set_module_type(kernel32_winetest win32cui)
add_importlibs(kernel32_winetest user32 advapi32 msvcrt kernel32 ntdll)
add_cab_target(kernel32_winetest 7)