Skip to content

Commit

Permalink
Added program icon to CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuHatsune39 committed Nov 8, 2020
1 parent 16cb554 commit 3218afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(KanColle_ShipType_LookUp VERSION 0.1.0)
include(CTest)
enable_testing()

add_executable(KanColle_ShipType_LookUp ShipTypeLookUp.cpp)
add_executable(KanColle_ShipType_LookUp ShipTypeLookUp.cpp res/icon.o)

set(CPACK_PROJECT_NAME ${PROJECT_NAME})
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
Expand Down

0 comments on commit 3218afa

Please sign in to comment.