mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[KMTESTS]
- Fix kmtest_.exe file naming in CMake svn path=/branches/GSoC_2011/KMTestSuite/; revision=53670
This commit is contained in:
parent
34e64d7748
commit
abac3d72f3
1 changed files with 2 additions and 2 deletions
|
@ -88,8 +88,8 @@ add_importlibs(kmtest advapi32 msvcrt kernel32 ntdll)
|
|||
add_target_compile_definitions(kmtest KMT_USER_MODE)
|
||||
#add_pch(kmtest include/kmt_test.h)
|
||||
|
||||
add_cd_file(TARGET kmtest DESTINATION reactos/bin FOR bootcd livecd)
|
||||
add_cd_file(TARGET kmtest DESTINATION reactos/bin NAME_ON_CD kmtest_.exe FOR regtest)
|
||||
set_target_properties(kmtest PROPERTIES OUTPUT_NAME "kmtest_")
|
||||
add_cd_file(TARGET kmtest DESTINATION reactos/bin FOR all)
|
||||
|
||||
#
|
||||
# Group targets
|
||||
|
|
Loading…
Reference in a new issue