diff --git a/engine.cmake b/engine.cmake index be98085..3c7bb22 100644 --- a/engine.cmake +++ b/engine.cmake @@ -144,7 +144,7 @@ endif() # Dependancies # ------------------------------------------------------------ -# Select platform. +# Platform specific if (WIN32) target_sources(Spectre PRIVATE ${ENGINE_PLATFORM_WIN32_SRC}) else()