RelativeIncludeDir.cmake 102 B

1234
  1. set_property (SOURCE empty.c PROPERTY INCLUDE_DIRECTORIES "relative")
  2. add_library (somelib empty.c)