Skip to content

Commit 299d938

Browse files
authored
Update CMakeLists.txt
Change output file to "UEDBot"
1 parent 57778ce commit 299d938

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.6)
22

3-
project(UED-Bot)
3+
project(UEDBot)
44

55
# Use bin as the directory for all executables.
66
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
@@ -62,7 +62,7 @@ include_directories(SYSTEM
6262
)
6363

6464
# Create the executable.
65-
add_executable(UED-Bot ${SOURCES_BASICSC2BOT})
66-
target_link_libraries(UED-Bot
65+
add_executable(UEDBot ${SOURCES_BASICSC2BOT})
66+
target_link_libraries(UEDBot
6767
sc2api sc2lib sc2utils
6868
)

0 commit comments

Comments
 (0)