This repository has been archived on 2023-10-10. You can view files and clone it, but cannot push or open issues/pull-requests.
hackfridge/terminal/CMakeLists.txt

7 lines
157 B
CMake

project(hf-terminal)
add_executable(hf-terminal main.c tts.c base64.c ldap.c nfc.c)
set(CMAKE_C_FLAGS "-std=c99")
target_link_libraries(hf-terminal nfc m)