1
2list(APPEND SOURCE
3    shimlib.c
4    shimlib.h
5    # These .inl functions are included so they show up in vs
6    setup_shim.inl
7    implement_shim.inl)
8
9add_library(shimlib ${SOURCE})
10add_dependencies(shimlib xdk)
11