reactos/hal/halarm/CMakeLists.txt
Amine Khaldi 18a81d5d1e [SHELL-EXPERIMENTS]
* Sync up to trunk head (r64124).

svn path=/branches/shell-experiments/; revision=64126
2014-09-12 19:21:19 +00:00

18 lines
277 B
CMake

spec2def(hal.dll ../hal.spec ADD_IMPORTLIB)
add_definitions(
-D_NTHALDLL_
-D_NTHAL_)
include_directories(
include
${REACTOS_SOURCE_DIR}/ntoskrnl/include)
list(APPEND SOURCES
omap3/halinit_up.c
omap3/halup.rc)
add_library(hal SHARED
${SOURCES})