mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:05:41 +00:00
7 lines
111 B
CMake
7 lines
111 B
CMake
|
|
list(APPEND SOURCE
|
|
shimlib.c
|
|
shimlib.h)
|
|
|
|
add_library(shimlib ${SOURCE})
|
|
add_dependencies(shimlib xdk)
|