Skip to content

Commit

Permalink
Added msg in CMake to see target system ID
Browse files Browse the repository at this point in the history
  • Loading branch information
iWas-Coder committed Sep 5, 2024
1 parent d0d0047 commit e9bdb81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ set(CMAKE_PROJECT_VERSION 0.1-alpha)
volt_set_c_compiler_options()
volt_set_cxx_compiler_options()

message(STATUS "The requested build target is ${CMAKE_SYSTEM}")

add_subdirectory(vendor)
add_subdirectory(editor)
add_subdirectory(src)

0 comments on commit e9bdb81

Please sign in to comment.