Fix Windows build

This commit is contained in:
Jon Evans 2021-03-19 18:36:16 -04:00
parent b1b929168e
commit 61c9645220
2 changed files with 4 additions and 1 deletions

View File

@ -57,6 +57,9 @@ elseif( UNIX )
endif()
endif()
include_directories(
${INC_AFTER}
)
add_library( kiplatform STATIC
${PLATFORM_SRCS}

View File

@ -52,7 +52,7 @@ bool KIPLATFORM::APP::PlatformInit()
}
#endif
return true
return true;
}