Files
DRAMSys/extensions/apps/CMakeLists.txt
Derek Christ 82027bfa83 Move Trace Analyzer to open source tree
Move the code for the Trace Analyzer to the open source tree and only
keep the extensions behind a compiler flag.
2024-07-18 10:13:25 +02:00

17 lines
602 B
CMake

##############################################
##############################################
### ###
### DRAMSys Extensions - Apps ###
### ###
##############################################
##############################################
message(STATUS " Apps:")
##############################################
### TraceAnalyzer ###
##############################################
IF(IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/traceAnalyzer")
add_subdirectory(traceAnalyzer)
ENDIF()