mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:04:16 +01:00
Update CMakeLists.txt
This commit is contained in:
parent
fa3571c4d9
commit
8734e5815b
@ -3,8 +3,8 @@ project(pong)
|
||||
|
||||
include($ENV{WUT_ROOT}/cmake/wut-toolchain.cmake)
|
||||
|
||||
file(GLOB_RECURSE SOURCE_FILES *.c)
|
||||
file(GLOB_RECURSE HEADER_FILES *.h)
|
||||
file(GLOB_RECURSE SOURCE_FILES src/*.c)
|
||||
file(GLOB_RECURSE HEADER_FILES src/*.h)
|
||||
|
||||
add_rpx(pong ${SOURCE_FILES} ${HEADER_FILES})
|
||||
target_link_libraries(pong
|
||||
|
Loading…
Reference in New Issue
Block a user