example/main.c -> example/simple.c

This commit is contained in:
Drew DeVault 2017-06-06 11:19:42 -04:00
parent dbb8612d0c
commit f0a6efcfcd
2 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,11 @@ include_directories(
${DRM_INCLUDE_DIRS}
)
add_executable(example
main.c
add_executable(simple
simple.c
)
target_link_libraries(example
target_link_libraries(simple
wlr-backend
wlr-session
)