diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 50e5749..5e22123 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -add_executable(main PUBLIC +add_executable(main main.c ) set_target_properties(main PROPERTIES VERSION 1.0 SOVERSION 1)