1
0
Fork 0

engine.cmake: Small comment fix.

This commit is contained in:
Henrik Hautakoski 2022-10-01 15:23:24 +02:00
parent 7f141a8930
commit 05b59a4677

View file

@ -144,7 +144,7 @@ endif()
# Dependancies
# ------------------------------------------------------------
# Select platform.
# Platform specific
if (WIN32)
target_sources(Spectre PRIVATE ${ENGINE_PLATFORM_WIN32_SRC})
else()