core: network: Address review comments

This commit is contained in:
german77 2022-08-13 13:11:01 -05:00 committed by FearlessTobi
parent 72ff5cd445
commit 72b90a5bbf
5 changed files with 34 additions and 35 deletions

View file

@ -4,8 +4,8 @@
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/CMakeModules)
add_executable(yuzu-room
yuzu-room.cpp
yuzu-room.rc
yuzu_room.cpp
yuzu_room.rc
)
create_target_directory_groups(yuzu-room)