aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2021-01-29 12:17:54 -0600
committerGitHub <noreply@github.com>2021-01-29 12:17:54 -0600
commit097220f11afa9cb0a045ac21fdedad6e0df69f57 (patch)
treecd9ea0054cf3ec4e584ff650bce7e0a3967ce9e8 /include
parent5cafb011f5b3cc2aef780f767e0bf054d18efc0f (diff)
parent9242c3dd0d6429ae79679c1f7a2846c228f6d3e8 (diff)
Merge pull request #368 from skyedeving/add-tests
Add a CMakeLists, tests, and pipeline to automatically test with Github actions
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..18cf23ba
--- /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
+aoclocklabel.h
+aoemotebutton.h
+aoevidencebutton.h
+aoevidencedisplay.h
+aoimage.h
+aolayer.h
+aolineedit.h
+aomusicplayer.h
+aooptionsdialog.h
+aopacket.h
+aosfxplayer.h
+aotextarea.h
+aotextedit.h
+bass.h
+bassopus.h
+chatlogpiece.h
+courtroom.h
+datatypes.h
+debug_functions.h
+demoserver.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
+)