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 --- include/CMakeLists.txt | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 include/CMakeLists.txt (limited to 'include') diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt new file mode 100644 index 00000000..b801d899 --- /dev/null +++ b/include/CMakeLists.txt @@ -0,0 +1,38 @@ +target_sources(Attorney_Online PRIVATE +aoapplication.h +aoblipplayer.h +aobutton.h +aocaseannouncerdialog.h +aocharbutton.h +aocharmovie.h +aoemotebutton.h +aoevidencebutton.h +aoevidencedisplay.h +aoimage.h +aolineedit.h +aomovie.h +aomusicplayer.h +aooptionsdialog.h +aopacket.h +aoscene.h +aosfxplayer.h +aotextarea.h +aotextedit.h +bass.h +bassopus.h +chatlogpiece.h +courtroom.h +datatypes.h +debug_functions.h +discord-rpc.h +discord_register.h +discord_rich_presence.h +discord_rpc.h +file_functions.h +hardware_functions.h +lobby.h +misc_functions.h +networkmanager.h +scrolltext.h +text_file_functions.h +) -- 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 --- include/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index b801d899..18cf23ba 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -4,17 +4,16 @@ aoblipplayer.h aobutton.h aocaseannouncerdialog.h aocharbutton.h -aocharmovie.h +aoclocklabel.h aoemotebutton.h aoevidencebutton.h aoevidencedisplay.h aoimage.h +aolayer.h aolineedit.h -aomovie.h aomusicplayer.h aooptionsdialog.h aopacket.h -aoscene.h aosfxplayer.h aotextarea.h aotextedit.h @@ -24,6 +23,7 @@ chatlogpiece.h courtroom.h datatypes.h debug_functions.h +demoserver.h discord-rpc.h discord_register.h discord_rich_presence.h -- cgit