[CMD]: Documentation improvement: we actually support two types of filename completio...
[reactos.git] / reactos / hal / halarm / CMakeLists.txt
1
2 spec2def(hal.dll ../hal.spec ADD_IMPORTLIB)
3
4 add_definitions(
5 -D_NTHALDLL_
6 -D_NTHAL_)
7
8 include_directories(
9 include
10 ${REACTOS_SOURCE_DIR}/ntoskrnl/include)
11
12 list(APPEND SOURCES
13 omap3/halinit_up.c
14 omap3/halup.rc)
15
16 add_library(hal SHARED
17 ${SOURCES})
18
19 set_module_type(hal kerneldll ENTRYPOINT 0)