diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 3300a3d8..8492acc4 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -8,5 +8,6 @@ if(NOT USE_CWR_SYSTEMC) if(ENABLE_SCV AND SCV_FOUND) add_subdirectory(transaction_recording) endif() + add_subdirectory(scc-tlm_target_bfs) endif() -add_subdirectory(scc-tlm_target_bfs) +