mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
15 lines
340 B
CMake
15 lines
340 B
CMake
|
|
set_unicode()
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
|
|
|
add_library(getuname SHARED getuname.c getuname.rc)
|
|
|
|
set_pdef_file(getuname getuname.pdef)
|
|
add_importlib_target(${CMAKE_CURRENT_BINARY_DIR}/getuname.def)
|
|
|
|
set_module_type(getuname win32dll)
|
|
|
|
add_importlibs(getuname kernel32 ntdll)
|
|
|
|
add_cab_target(getuname 1)
|