From 640f12b3c73bb5dcd82b6caa044839b407be3def Mon Sep 17 00:00:00 2001 From: Skye Deving <76892045+skyedeving@users.noreply.github.com> Date: Mon, 4 Jan 2021 12:33:33 -0600 Subject: Use target_sources --- src/CMakeLists.txt | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/CMakeLists.txt (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt new file mode 100644 index 00000000..533580f8 --- /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 +aocharmovie.cpp +aoemotebutton.cpp +aoevidencebutton.cpp +aoevidencedisplay.cpp +aoimage.cpp +aolineedit.cpp +aomovie.cpp +aomusicplayer.cpp +aooptionsdialog.cpp +aopacket.cpp +aoscene.cpp +aosfxplayer.cpp +aotextarea.cpp +aotextedit.cpp +charselect.cpp +chatlogpiece.cpp +courtroom.cpp +debug_functions.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 +) -- cgit From 2d33a52c82c8733377c163161ca84462ec69ea6e Mon Sep 17 00:00:00 2001 From: Skye Deving <76892045+skyedeving@users.noreply.github.com> Date: Tue, 26 Jan 2021 18:32:11 -0600 Subject: Update the cmakelists to newest --- src/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 533580f8..b04db8b3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,17 +4,16 @@ aoblipplayer.cpp aobutton.cpp aocaseannouncerdialog.cpp aocharbutton.cpp -aocharmovie.cpp +aoclocklabel.cpp aoemotebutton.cpp aoevidencebutton.cpp aoevidencedisplay.cpp aoimage.cpp +aolayer.cpp aolineedit.cpp -aomovie.cpp aomusicplayer.cpp aooptionsdialog.cpp aopacket.cpp -aoscene.cpp aosfxplayer.cpp aotextarea.cpp aotextedit.cpp @@ -22,6 +21,7 @@ charselect.cpp chatlogpiece.cpp courtroom.cpp debug_functions.cpp +demoserver.cpp discord_rich_presence.cpp emotes.cpp evidence.cpp -- cgit