ya.make 173 B

1234567891011
  1. SUBSCRIBER(g:ymake)
  2. LIBRARY()
  3. # This library if configured independently will show issues with C++ resolving in pure C modules
  4. NO_RUNTIME()
  5. SRCS(cxx.c)
  6. END()