CMakeLists.txt @@ -30,3 +30,5 @@ add_library(${BIN} SHARED shmparser.c) target_link_libraries(${BIN}) add_executable(test shmparser.c main.c)