Add proper per-file copyright notices/licenses and top-level license.
[bluesky.git] / simplestore / CMakeLists.txt
1 add_executable(simpleserver server.c)
2
3 set(CMAKE_C_FLAGS "-Wall -std=gnu99 ${CMAKE_C_FLAGS}")