Skip to content

Commit

Permalink
Add LOGIC2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
huffman committed Mar 4, 2020
1 parent c55a396 commit b0e9d07
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 258 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
cmake_minimum_required (VERSION 3.11)
project(spi_analyzer)

add_definitions( -DLOGIC2 )

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

Expand Down
4 changes: 2 additions & 2 deletions cmake/ExternalAnalyzerSDK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if(NOT TARGET Saleae::AnalyzerSDK)
FetchContent_Declare(
analyzersdk
GIT_REPOSITORY https://github.com/saleae/AnalyzerSDK.git
GIT_TAG master
GIT_TAG alpha
GIT_SHALLOW True
GIT_PROGRESS True
)
Expand Down Expand Up @@ -54,4 +54,4 @@ function(add_analyzer_plugin TARGET)

set_target_properties(${TARGET} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${ANALYZER_DESTINATION}
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${ANALYZER_DESTINATION})
endfunction()
endfunction()
Loading

0 comments on commit b0e9d07

Please sign in to comment.