Fix path for travis upload
This commit is contained in:
parent
b3cdf30c65
commit
d4cc0d8148
3 changed files with 7 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue