summaryrefslogtreecommitdiffstats
path: root/simulator/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'simulator/CMakeLists.txt')
-rw-r--r--simulator/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/simulator/CMakeLists.txt b/simulator/CMakeLists.txt
index 5795cde..57e500b 100644
--- a/simulator/CMakeLists.txt
+++ b/simulator/CMakeLists.txt
@@ -31,6 +31,13 @@ simulator_add_library(${PROJECT_NAME} STATIC
APE_FILTERS_sim.cpp
APE_NVIC.cpp
APE_NVIC_sim.cpp
+
+ APE_TX_PORT.cpp
+ APE_TX_PORT_sim.cpp
+
+ APE_RX_PORT.cpp
+ APE_RX_PORT_sim.cpp
+
)
include_directories(../libs/NVRam)
OpenPOWER on IntegriCloud