Update CMakeLists.txt

This commit is contained in:
Bottinator22 2024-12-18 18:10:07 -08:00 committed by GitHub
parent b7aa4f6da6
commit 1d80822543
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,10 +12,12 @@ INCLUDE_DIRECTORIES (
SET (star_client_HEADERS
StarClientApplication.hpp
StarRenderingLuaBindings.hpp
)
SET (star_client_SOURCES
StarClientApplication.cpp
StarRenderingLuaBindings.cpp
)
IF (STAR_SYSTEM_WINDOWS)