Skip to content

Commit 836407f

Browse files
authored
Update CMakeLists.txt
1 parent 21cdfd5 commit 836407f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RtypeSRC/source/Client/CMakeLists.txt

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

3-
set(MODULE_NAME "rtype_client")
3+
set(MODULE_NAME "rtype_client_network_tester")
44
set(MODULE_SRC "${CMAKE_CURRENT_LIST_DIR}/main.cpp"
55
"${CMAKE_CURRENT_LIST_DIR}/ClientTcp.cpp"
66
)
@@ -32,4 +32,4 @@ set_target_properties(${MODULE_NAME} PROPERTIES
3232

3333
target_link_libraries(${MODULE_NAME}
3434
${MODULE_LIB}
35-
)
35+
)

0 commit comments

Comments
 (0)