Author: jgardou Date: Mon Jun 27 17:20:02 2011 New Revision: 52483
URL: http://svn.reactos.org/svn/reactos?rev=52483&view=rev Log: [CMAKE] - do not use half supported precompiled header wrongly for rosautotests
Modified: trunk/rostests/rosautotest/CMakeLists.txt
Modified: trunk/rostests/rosautotest/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CMakeLists.txt... ============================================================================== --- trunk/rostests/rosautotest/CMakeLists.txt [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CMakeLists.txt [iso-8859-1] Mon Jun 27 17:20:02 2011 @@ -19,12 +19,10 @@ 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)