aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-04 12:33:33 -0600
committerSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-28 11:05:42 -0600
commit640f12b3c73bb5dcd82b6caa044839b407be3def (patch)
tree2c8cccfaa973c90dcb656d45b9c329c2d14a3558 /include
parentfd5387caf839ec6074545bce59fec7598faec57e (diff)
Use target_sources
Diffstat (limited to 'include')
-rw-r--r--include/CMakeLists.txt38
1 files changed, 38 insertions, 0 deletions
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
+)