added windows input port and added defines for windows and linux systems

This commit is contained in:
2025-01-31 13:11:21 -08:00
parent 69ce396f38
commit 6935d05349
4 changed files with 61 additions and 21 deletions

View File

@@ -7,6 +7,7 @@ set( CMAKE_CXX_STANDARD_REQUIRED ON)
set( CMAKE_C_STANDARD 11)
set( CMAKE_C_STANDARD_REQUIRED ON)
#set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin/libs)
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin)