mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 19:31:37 +00:00
[CMAKE]
- Start working on rostests cmake integration. svn path=/trunk/; revision=49966
This commit is contained in:
parent
a38b059ca1
commit
2923228336
38 changed files with 609 additions and 0 deletions
9
rostests/winetests/msacm32/CMakeLists.txt
Normal file
9
rostests/winetests/msacm32/CMakeLists.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
add_definitions(
|
||||
-D__ROS_LONG64__
|
||||
-D_DLL -D__USE_CRTIMP)
|
||||
|
||||
add_executable(msacm32_winetest msacm.c testlist.c)
|
||||
target_link_libraries(msacm32_winetest wine)
|
||||
set_module_type(msacm32_winetest win32cui)
|
||||
add_importlibs(msacm32_winetest msacm32 msvcrt kernel32 ntdll)
|
Loading…
Add table
Add a link
Reference in a new issue