set_unicode() list(APPEND SOURCE acledit.c stubs.c acledit.rc acledit.def) if(NOT MSVC) set_source_files_properties(acledit.def PROPERTIES EXTERNAL_OBJECT TRUE) endif() add_library(acledit SHARED ${SOURCE}) set_module_type(acledit win32dll) add_importlibs(acledit ntdll) add_cab_target(acledit 1)