mirror of
https://github.com/stacksmashing/LPCClocklessAnalyzer.git
synced 2026-01-30 19:08:38 +03:00
Rename analyzer step 1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
cmake_minimum_required (VERSION 3.13)
|
||||
|
||||
project(SimpleSerialAnalyzer)
|
||||
project(LPCClocklessAnalyzer)
|
||||
|
||||
add_definitions( -DLOGIC2 )
|
||||
|
||||
@@ -13,14 +13,14 @@ set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
|
||||
include(ExternalAnalyzerSDK)
|
||||
|
||||
set(SOURCES
|
||||
src/SimpleSerialAnalyzer.cpp
|
||||
src/SimpleSerialAnalyzer.h
|
||||
src/SimpleSerialAnalyzerResults.cpp
|
||||
src/SimpleSerialAnalyzerResults.h
|
||||
src/SimpleSerialAnalyzerSettings.cpp
|
||||
src/SimpleSerialAnalyzerSettings.h
|
||||
src/SimpleSerialSimulationDataGenerator.cpp
|
||||
src/SimpleSerialSimulationDataGenerator.h
|
||||
src/LPCClocklessAnalyzer.cpp
|
||||
src/LPCClocklessAnalyzer.h
|
||||
src/LPCClocklessAnalyzerResults.cpp
|
||||
src/LPCClocklessAnalyzerResults.h
|
||||
src/LPCClocklessAnalyzerSettings.cpp
|
||||
src/LPCClocklessAnalyzerSettings.h
|
||||
src/LPCClocklessSimulationDataGenerator.cpp
|
||||
src/LPCClocklessSimulationDataGenerator.h
|
||||
)
|
||||
|
||||
add_analyzer_plugin(${PROJECT_NAME} SOURCES ${SOURCES})
|
||||
|
||||
Reference in New Issue
Block a user