aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
new file mode 100644
index 00000000..b04db8b3
--- /dev/null
+++ b/src/CMakeLists.txt
@@ -0,0 +1,38 @@
+target_sources(Attorney_Online PRIVATE
+aoapplication.cpp
+aoblipplayer.cpp
+aobutton.cpp
+aocaseannouncerdialog.cpp
+aocharbutton.cpp
+aoclocklabel.cpp
+aoemotebutton.cpp
+aoevidencebutton.cpp
+aoevidencedisplay.cpp
+aoimage.cpp
+aolayer.cpp
+aolineedit.cpp
+aomusicplayer.cpp
+aooptionsdialog.cpp
+aopacket.cpp
+aosfxplayer.cpp
+aotextarea.cpp
+aotextedit.cpp
+charselect.cpp
+chatlogpiece.cpp
+courtroom.cpp
+debug_functions.cpp
+demoserver.cpp
+discord_rich_presence.cpp
+emotes.cpp
+evidence.cpp
+file_functions.cpp
+hardware_functions.cpp
+lobby.cpp
+main.cpp
+misc_functions.cpp
+networkmanager.cpp
+packet_distribution.cpp
+path_functions.cpp
+scrolltext.cpp
+text_file_functions.cpp
+)