mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
15 lines
No EOL
269 B
CMake
15 lines
No EOL
269 B
CMake
|
|
set_unicode()
|
|
|
|
add_definitions(-D__SECURITY__)
|
|
|
|
spec2def(security.dll security.spec)
|
|
|
|
add_library(security SHARED security.rc
|
|
${CMAKE_CURRENT_BINARY_DIR}/security.def)
|
|
|
|
set_entrypoint(security 0)
|
|
|
|
add_importlibs(security advapi32 ntdll)
|
|
|
|
add_cab_target(security 1) |