mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 14:19:25 +00:00
10 lines
215 B
CMake
10 lines
215 B
CMake
|
|
list(APPEND SOURCE
|
|
shimlib.c
|
|
shimlib.h
|
|
# These .inl functions are included so they show up in vs
|
|
setup_shim.inl
|
|
implement_shim.inl)
|
|
|
|
add_library(shimlib ${SOURCE})
|
|
add_dependencies(shimlib xdk)
|