mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:21:50 +00:00
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
This commit is contained in:
parent
b94e2d8ca0
commit
c2c66aff7d
24198 changed files with 0 additions and 37285 deletions
7
modules/rostests/apitests/sdk/CMakeLists.txt
Normal file
7
modules/rostests/apitests/sdk/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
add_executable(sdk_apitest delayimp.cpp testlist.c)
|
||||
set_module_type(sdk_apitest win32cui)
|
||||
target_link_libraries(sdk_apitest ${PSEH_LIB})
|
||||
add_importlibs(sdk_apitest msvcrt kernel32 ntdll)
|
||||
add_delay_importlibs(sdk_apitest winmm version dbghelp shlwapi sfc_os imagehlp)
|
||||
add_rostests_file(TARGET sdk_apitest)
|
Loading…
Add table
Add a link
Reference in a new issue