Unix line endings and remove trailing spaces

This commit is contained in:
Ryan Pavlik
2011-09-02 15:15:04 -05:00
parent 8e78f9b649
commit 95cb6aa0ae
5 changed files with 739 additions and 739 deletions

View File

@@ -6,7 +6,7 @@ if(SDL_FOUND AND OPENGL_FOUND AND GLUT_FOUND)
include_directories(../src ${SDL_INCLUDE_DIR} ${OPENGL_INCLUDE_DIR} ${GLUT_INCLUDE_DIRS})
add_executable(wiiuseexample-sdl sdl.c)
target_link_libraries(wiiuseexample-sdl wiiuse ${SDL_LIBRARY} ${OPENGL_LIBRARIES} ${GLUT_LIBRARIES})
if(INSTALL_EXAMPLES)
install(TARGETS wiiuseexample-sdl
RUNTIME DESTINATION bin COMPONENT examples)