Skip to content

Commit

Permalink
staging first real commit. Nothing actually works but it compiles!
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-github committed Jul 31, 2024
1 parent c371beb commit 8764cd1
Show file tree
Hide file tree
Showing 10 changed files with 1,494 additions and 276 deletions.
8 changes: 6 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
cmake_minimum_required(VERSION 3.0.0)
cmake_minimum_required(VERSION 3.15.0)
project(plc_comm VERSION 0.1.0 LANGUAGES C)

add_subdirectory(src/examples)
if("${CMAKE_TOOLCHAIN_FILE}" STREQUAL "")
set(TOOLCHAIN_FILE "${CMAKE_SYSTEM_NAME}-${CMAKE_C_COMPILER_ID}.cmake")
endif()

add_subdirectory(src/lib)
# add_subdirectory(src/examples)
Loading

0 comments on commit 8764cd1

Please sign in to comment.