Jacob Garby

Results 5 issues of Jacob Garby

Here's a screenshot of what I mean: ![screenshot from 2017-11-26 15-04-30](https://user-images.githubusercontent.com/15362831/33241290-3a65bbaa-d2bb-11e7-94f8-4e928b42d1a4.png) I don't know if this a problem just with me, but even though the plugin seems to know which...

enhancement

If making a feature request, you should delete all the pre-filled text here. If reporting a bug, fill in the following sections: ### Expected behavior After adding all the spawn...

user help

The readme says that the examples there are outdated, and generating documentation with Doxygen is hard to read. I'm particularly looking at the filesystem module.

Tested, and still works perfectly.

When my CMakeLists.txt is this ``` cmake_minimum_required(VERSION 3.4) project(SDL-Tests) file(GLOB all_src "main.c") add_executable(sdl ${all_src}) set(CMAKE_C_COMPILER /usr/bin/gcc) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "#{PROJECT_SOURCE_DIR}/cmake") find_package(SDL2 REQUIRED) include_directories(${SDL2_INCLUDE_DIR}) target_link_libraries(sdl ${SDL2_LIBRARY}) ``` I get the following linker...