Skip to content

Commit

Permalink
compile resource file
Browse files Browse the repository at this point in the history
  • Loading branch information
raicool committed Nov 20, 2023
1 parent 1f50769 commit 152204e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ endif()

add_executable(${PROJECT_NAME} ${OSDIALOG_SOURCE} ${CXX_SOURCE} ${IMGUI_SOURCE})
target_precompile_headers(${PROJECT_NAME} PRIVATE "src/pch.h")
target_sources(${PROJECT_NAME} PRIVATE "resource.rc")

# packages
# sdl2
Expand Down

0 comments on commit 152204e

Please sign in to comment.