Executable name updated to "Axyz"

This commit is contained in:
2016-03-14 01:53:20 +01:00
parent d492b54687
commit e527badab4
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -53,11 +53,11 @@ target_link_libraries(Game
${LIBRARIES}
)
add_executable(TacticalZ
add_executable(Axyz
main.cpp
${CMAKE_SOURCE_DIR}/resources/TacticalZ.rc
)
target_link_libraries(TacticalZ
target_link_libraries(Axyz
Game
${LIBRARIES}
)