mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
11 lines
332 B
CMake
11 lines
332 B
CMake
|
|
||
|
list(APPEND SOURCE
|
||
|
LoadUserProfile.c
|
||
|
testlist.c)
|
||
|
|
||
|
add_executable(userenv_apitest ${SOURCE})
|
||
|
target_link_libraries(userenv_apitest wine ${PSEH_LIB})
|
||
|
set_module_type(userenv_apitest win32cui)
|
||
|
add_importlibs(userenv_apitest userenv advapi32 msvcrt kernel32)
|
||
|
add_cd_file(TARGET userenv_apitest DESTINATION reactos/bin FOR all)
|