We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57778ce commit 299d938Copy full SHA for 299d938
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.6)
2
3
-project(UED-Bot)
+project(UEDBot)
4
5
# Use bin as the directory for all executables.
6
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
@@ -62,7 +62,7 @@ include_directories(SYSTEM
62
)
63
64
# Create the executable.
65
-add_executable(UED-Bot ${SOURCES_BASICSC2BOT})
66
-target_link_libraries(UED-Bot
+add_executable(UEDBot ${SOURCES_BASICSC2BOT})
+target_link_libraries(UEDBot
67
sc2api sc2lib sc2utils
68
0 commit comments