Codechange: move main function(s) to separate files

This commit is contained in:
Rubidium
2023-04-10 17:33:18 +02:00
committed by rubidium42
parent 7b0797d1cd
commit 9e89eb5726
11 changed files with 209 additions and 128 deletions

View File

@@ -1,5 +1,6 @@
add_files(
crashlog_unix.cpp
unix_main.cpp
CONDITION UNIX AND NOT APPLE AND NOT OPTION_OS2
)