blob: 2adbd4e3d071aa3c124fcc4d1085a678a9ff884e [file] [log] [blame]
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../Lib)
add_executable(App Main.c)
target_link_libraries(App Lib)
target_compile_options(App PUBLIC "-non_shared")