removed the PUBLIC keyword, not needed.

This commit is contained in:
jakeg00dwin 2024-03-08 10:35:58 -08:00
parent 9927438c64
commit 923ee10310
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
add_executable(main PUBLIC
add_executable(main
main.c
)
set_target_properties(main PROPERTIES VERSION 1.0 SOVERSION 1)