Files

5 lines
102 B
CMake

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