Skip to content

Commit

Permalink
automatic template update of Controller Area Network (CAN) Analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus10110 committed Jun 10, 2020
1 parent 209e33a commit 89fa909
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
cmake_minimum_required (VERSION 3.11)
project(can_analyzer)

add_definitions( -DLOGIC2 )

# enable generation of compile_commands.json, helpful for IDEs to locate include files.
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

# custom CMake Modules are located in the cmake directory.
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

include(ExternalAnalyzerSDK)

set(SOURCES
cmake_minimum_required (VERSION 3.11)
project(can_analyzer)

add_definitions( -DLOGIC2 )

# enable generation of compile_commands.json, helpful for IDEs to locate include files.
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

# custom CMake Modules are located in the cmake directory.
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

include(ExternalAnalyzerSDK)

set(SOURCES
src/CanAnalyzer.cpp
src/CanAnalyzer.h
src/CanAnalyzerResults.cpp
src/CanAnalyzerResults.h
src/CanAnalyzerSettings.cpp
src/CanAnalyzerSettings.h
src/CanSimulationDataGenerator.cpp
src/CanSimulationDataGenerator.h
)

add_analyzer_plugin(can_analyzer SOURCES ${SOURCES})
src/CanSimulationDataGenerator.h
)

add_analyzer_plugin(can_analyzer SOURCES ${SOURCES})

0 comments on commit 89fa909

Please sign in to comment.