chore(console): split out console library

This commit is contained in:
Tristan 'Natrist' Cormier 2023-03-25 10:56:41 -04:00 committed by GitHub
parent ea79f5de1d
commit 6f52a6287d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 34 additions and 10 deletions

View file

@ -1,4 +1,6 @@
file(GLOB PRIVATE_SOURCES "*.cpp")
file(GLOB PRIVATE_SOURCES
"*.cpp"
)
if(WHOA_SYSTEM_MAC)
file(GLOB MAC_SOURCES "*.mm")