Merge branch 'master' into Importer

This commit is contained in:
William Moberg
2016-03-14 03:23:08 +01:00
18 changed files with 53008 additions and 11817 deletions
+3 -2
View File
@@ -53,10 +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}
)