Skip to content

Commit

Permalink
[ci] Fix error in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 9, 2023
1 parent b4590df commit d4496b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ set(SRCS
if(EMSCRIPTEN)
qt_add_executable(${APPNAME} MANUAL_FINALIZATION ${SRCS})
else()
add_executable(score-main WIN32 ${SRCS})
add_executable(score WIN32 ${SRCS})
endif()

#target_link_libraries(score-main PRIVATE ${APPNAME})
Expand Down

0 comments on commit d4496b5

Please sign in to comment.