mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[CMAKE]
- do not use half supported precompiled header wrongly for rosautotests svn path=/trunk/; revision=52483
This commit is contained in:
parent
0f06493485
commit
da1b81d04f
1 changed files with 2 additions and 4 deletions
|
@ -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)
|
Loading…
Reference in a new issue