Skip to content

Commit

Permalink
executable icon for windows i think 2
Browse files Browse the repository at this point in the history
  • Loading branch information
3drosalia committed Jan 29, 2025
1 parent e7edb6a commit 17bc543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Encore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ file(GLOB_RECURSE INC_FILES "include/*.h" "include/*.h*" "src/*.h")
# Add source files to the executable
if (WIN32)
add_executable(Encore ${SRC_FILES} ${INC_FILES} "resources.rc")
elseif()
else()
add_executable(Encore ${SRC_FILES} ${INC_FILES})
endif()
# Temp player file
Expand Down

0 comments on commit 17bc543

Please sign in to comment.