remove main from common sources so the tests build

This commit is contained in:
Lion Kortlepel
2024-01-26 13:07:19 +01:00
parent ece4a42103
commit cd1b2e574f
2 changed files with 1 additions and 2 deletions

View File

@@ -40,7 +40,6 @@ set(PRJ_HEADERS
# add all source files (.cpp) to this, except the one with main()
set(PRJ_SOURCES
src/Launcher.cpp
src/main.cpp
src/Launcher.cpp
src/PlatformWindows.cpp
src/PlatformLinux.cpp