diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-01-29 12:17:54 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-29 12:17:54 -0600 |
| commit | 097220f11afa9cb0a045ac21fdedad6e0df69f57 (patch) | |
| tree | cd9ea0054cf3ec4e584ff650bce7e0a3967ce9e8 /src/CMakeLists.txt | |
| parent | 5cafb011f5b3cc2aef780f767e0bf054d18efc0f (diff) | |
| parent | 9242c3dd0d6429ae79679c1f7a2846c228f6d3e8 (diff) | |
Merge pull request #368 from skyedeving/add-tests
Add a CMakeLists, tests, and pipeline to automatically test with Github actions
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 38 |
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 +) |
