Branching for 0.3.15 release after two days of no response from a certain sphere...
[reactos.git] / dll / win32 / lpk / CMakeLists.txt
1
2
3 add_definitions(-DLANGPACK)
4 include_directories(include)
5
6 spec2def(lpk.dll lpk.spec)
7
8 list(APPEND SOURCE
9 dllmain.c
10 stub.c
11 lpk.rc
12 ${CMAKE_CURRENT_BINARY_DIR}/lpk.def)
13
14 add_library(lpk SHARED ${SOURCE})
15
16 set_module_type(lpk win32dll UNICODE)
17
18
19 add_importlibs(lpk user32 usp10 msvcrt kernel32 ntdll)
20 add_pch(lpk ros_lpk.h)
21 add_cd_file(TARGET lpk DESTINATION reactos/system32 FOR all)