Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Feb 2, 2024
1 parent 46b85bb commit 294a7df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Platform/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ target_include_directories(${TARGET_NAME}
)

# Get platform target
message("CMAKE_SYSTEM_PROCESSOR: ${CMAKE_SYSTEM_PROCESSOR}")
message("CMAKE_HOST_SYSTEM_PROCESSOR: ${CMAKE_HOST_SYSTEM_PROCESSOR}")
if (APPLE)
set(FosterTarget osx)
elseif (WIN32)
Expand Down

0 comments on commit 294a7df

Please sign in to comment.