diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-16 00:35:35 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-16 00:35:35 +0200 |
| commit | 5845e43c503f306a653754303573af421207e90c (patch) | |
| tree | 1ef94c028e5ba304dde3ab0e0cc263c9378fb823 /domain/CMakeLists.txt | |
| parent | 4ca57dcae2291a09dcd84ccf056a65a2cf906c46 (diff) | |
| download | turns-5845e43c503f306a653754303573af421207e90c.tar.xz turns-5845e43c503f306a653754303573af421207e90c.zip | |
domain: add disposition type
Diffstat (limited to 'domain/CMakeLists.txt')
| -rw-r--r-- | domain/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/domain/CMakeLists.txt b/domain/CMakeLists.txt index b33ae96..58a7900 100644 --- a/domain/CMakeLists.txt +++ b/domain/CMakeLists.txt @@ -1,6 +1,7 @@ # Library add_library("domain" + "src/disposition.cpp" "src/participant.cpp" "src/turn_order.cpp" ) @@ -36,6 +37,7 @@ target_link_options("domain" PRIVATE # Tests add_executable("domain-tests" + "tests/disposition.cpp" "tests/participant.cpp" "tests/turn_order.cpp" ) |
