mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 22:18:13 +00:00
[CMAKE/ROSTESTS] Define WINETEST_MSVC_IDE_FORMATTING in VS builds. By Mark Jansen. ROSTESTS-156 ROSTESTS-207
svn path=/trunk/; revision=70271
This commit is contained in:
parent
e8ce0215cf
commit
135c867330
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
|
|
||||||
start_module_group(rostests)
|
start_module_group(rostests)
|
||||||
|
|
||||||
|
if(MSVC_IDE)
|
||||||
|
add_definitions(-DWINETEST_MSVC_IDE_FORMATTING)
|
||||||
|
endif()
|
||||||
|
|
||||||
add_subdirectory(apitests)
|
add_subdirectory(apitests)
|
||||||
#add_subdirectory(dibtests)
|
#add_subdirectory(dibtests)
|
||||||
add_subdirectory(drivers)
|
add_subdirectory(drivers)
|
||||||
|
|
Loading…
Reference in a new issue