summaryrefslogtreecommitdiff
path: root/app/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-07-15 16:45:46 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-07-15 16:45:46 +0200
commite28cff88c03afa5cd90951deeff62b4efb910421 (patch)
tree8f8f35696156c3647e59d07bf139e0a54844766d /app/CMakeLists.txt
parenta23cda29f0acef40d883c37209389c956c14e83b (diff)
downloadturns-e28cff88c03afa5cd90951deeff62b4efb910421.tar.xz
turns-e28cff88c03afa5cd90951deeff62b4efb910421.zip
app: rename participant_list_row
Diffstat (limited to 'app/CMakeLists.txt')
-rw-r--r--app/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt
index a65a489..eaf16b6 100644
--- a/app/CMakeLists.txt
+++ b/app/CMakeLists.txt
@@ -2,7 +2,7 @@
add_library("app"
"src/application.cpp"
- "src/widgets/participant_list_row.cpp"
+ "src/widgets/participant_row.cpp"
"src/windows/main.cpp"
"src/windows/participant_editor.cpp"
)