Fix path for travis upload

This commit is contained in:
B3n30 2017-11-16 19:28:15 +01:00
parent b3cdf30c65
commit d4cc0d8148
3 changed files with 7 additions and 8 deletions

View file

@ -1,13 +1,12 @@
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/CMakeModules)
set(SRCS
citra-room.cpp
citra-room.rc
)
add_executable(citra-room
citra-room.cpp
citra-room.rc
)
create_directory_groups(${SRCS})
create_target_directory_groups(citra-room)
add_executable(citra-room ${SRCS})
target_link_libraries(citra-room PRIVATE common core network)
target_link_libraries(citra-room PRIVATE glad)
if (MSVC)