4 lines
107 B
CMake
Raw Normal View History

2015-08-17 11:37:30 +02:00
add_executable(App Main.c)
target_link_libraries(App Lib)
target_compile_options(App PUBLIC "-non_shared")