Logo white

Peter M. Groen / modbus-cpp

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • modbus-cpp
  • tools
  • modbus-master
  • CMakeLists.txt
  • Added Modbus-Tools
    e62e2d78
    Peter M. Groen authored
    2022-12-21 19:39:28 +0100  
    Browse Code ยป
CMakeLists.txt 251 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
cmake_minimum_required(VERSION 3.16)
LIST(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/submodules/cmake)

include(projectheader)
project_header(modbus-master)

include(compiler)

include_directories(
    ${CMAKE_SOURCE_DIR}/include
)

set(SRC_LIST
)