Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbasPL committed Dec 25, 2024
1 parent 1debea0 commit ff09617
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ endif()

add_subdirectory(driver)
add_subdirectory(driver_interface)
add_subdirectory(rsource_generator)
add_subdirectory(resource_generator)
add_subdirectory(stage1)
add_subdirectory(stage2)
add_subdirectory(initial_loader)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
add_executable(resource_generator rsource_generator.cpp)
add_executable(resource_generator resource_generator.cpp)
target_compile_features(resource_generator PUBLIC c_std_17 cxx_std_20)
target_compile_definitions(resource_generator PRIVATE UNICODE _UNICODE)
set_target_properties(resource_generator PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
File renamed without changes.

0 comments on commit ff09617

Please sign in to comment.