Added executable icon to CMakeLists

This commit is contained in:
2016-03-14 01:42:14 +01:00
parent f62f8d53db
commit d492b54687
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -55,6 +55,7 @@ target_link_libraries(Game
add_executable(TacticalZ
main.cpp
${CMAKE_SOURCE_DIR}/resources/TacticalZ.rc
)
target_link_libraries(TacticalZ
Game