File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,13 @@ target_link_libraries(Attorney_Online PRIVATE Qt5::Core Qt5::Gui Qt5::Network Qt
3737 Qt5::WebSockets bass bassmidi bassopus discord-rpc )
3838target_compile_definitions (Attorney_Online PRIVATE DISCORD )
3939
40+ if (${CMAKE_SYSTEM_NAME } MATCHES "Darwin" )
41+ target_link_libraries (Attorney_Online PRIVATE "-framework CoreFoundation" "-framework Foundation" "-framework CoreServices" )
42+ endif ()
43+
4044# Subdirectories
41- add_subdirectory (test )
45+ if (AO_BUILD_TESTS)
46+ add_subdirectory (test )
47+ endif ()
4248add_subdirectory (src )
4349add_subdirectory (include )
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ aocaseannouncerdialog.h
66aocharbutton.h
77aoclocklabel.h
88aoemotebutton.h
9+ aoemotepreview.h
910aoevidencebutton.h
1011aoevidencedisplay.h
1112aoimage.h
@@ -15,6 +16,7 @@ aooptionsdialog.h
1516aopacket.h
1617aosfxplayer.h
1718aotextarea.h
19+ aoutils.h
1820bass.h
1921bassmidi.h
2022bassopus.h
Original file line number Diff line number Diff line change @@ -6,15 +6,18 @@ aocaseannouncerdialog.cpp
66aocharbutton.cpp
77aoclocklabel.cpp
88aoemotebutton.cpp
9+ aoemotepreview.cpp
910aoevidencebutton.cpp
1011aoevidencedisplay.cpp
1112aoimage.cpp
1213aolayer.cpp
1314aomusicplayer.cpp
1415aooptionsdialog.cpp
16+ aoclocklabel.cpp
1517aopacket.cpp
1618aosfxplayer.cpp
1719aotextarea.cpp
20+ aoutils.cpp
1821charselect.cpp
1922chatlogpiece.cpp
2023courtroom.cpp
You can’t perform that action at this time.
0 commit comments