- do not use half supported precompiled header wrongly for rosautotests

svn path=/trunk/; revision=52483
This commit is contained in:
Jérôme Gardou 2011-06-27 17:20:02 +00:00
parent 0f06493485
commit da1b81d04f

View file

@ -19,12 +19,10 @@ list(APPEND SOURCE
shutdown.cpp
tools.cpp)
add_executable(rosautotest
#${CMAKE_CURRENT_BINARY_DIR}/rosautotest_precomp.h.gch
${SOURCE})
add_executable(rosautotest ${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_pch(rosautotest precomp.h)
add_cd_file(TARGET rosautotest DESTINATION reactos/system32 FOR all)