77632b2978b3023c2d499ebd326b181401570e7f
[reactos.git] / reactos / dll / appcompat / shims / shimlib / CMakeLists.txt
1
2 list(APPEND SOURCE
3 shimlib.c
4 shimlib.h)
5
6 add_library(shimlib ${SOURCE})
7 add_dependencies(shimlib xdk)