summaryrefslogtreecommitdiff
path: root/domain/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'domain/CMakeLists.txt')
-rw-r--r--domain/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/domain/CMakeLists.txt b/domain/CMakeLists.txt
index 066f638..b33ae96 100644
--- a/domain/CMakeLists.txt
+++ b/domain/CMakeLists.txt
@@ -37,6 +37,7 @@ target_link_options("domain" PRIVATE
add_executable("domain-tests"
"tests/participant.cpp"
+ "tests/turn_order.cpp"
)
target_link_libraries("domain-tests"