set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99")

add_executable(client-language-test-c99
  c99.c
)
