Skip to content

Commit

Permalink
chore: delete my temp main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua committed Aug 16, 2023
1 parent 0a41cd9 commit ea15d50
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
12 changes: 0 additions & 12 deletions packages/atchops/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,3 @@ if(ATCHOPS_BUILD_TESTS)
enable_testing()
add_subdirectory(tests)
endif()


# Temp (DO NOT COMMIT)
add_executable(main src/main.c)
target_link_libraries(main PRIVATE atchops)
target_link_libraries(main PRIVATE MbedTLS::mbedcrypto)
target_include_directories(main PRIVATE ${atchops_include_dir})

install(
TARGETS main
ARCHIVE DESTINATION ${CMAKE_INSTALL_BINDIR}
)
16 changes: 0 additions & 16 deletions packages/atchops/src/main.c

This file was deleted.

0 comments on commit ea15d50

Please sign in to comment.