minifb
minifb copied to clipboard
timer and fullscreen projects in wrong place @ visual studio
It's easy to do and maybe forgotten: The projects/executables "timer" and "fullscreen" reside in the root of the VS Project tree and should go (like the others) to the "Tests" folder (two lines in Cmakefile.txt) if(MINIFB_BUILD_EXAMPLES) set_property(TARGET noise PROPERTY FOLDER "Tests") set_property(TARGET timer PROPERTY FOLDER "Tests") set_property(TARGET fullscreen PROPERTY FOLDER "Tests") set_property(TARGET input_events PROPERTY FOLDER "Tests") set_property(TARGET input_events_cpp PROPERTY FOLDER "Tests") set_property(TARGET multiple_windows PROPERTY FOLDER "Tests") set_property(TARGET hidpi PROPERTY FOLDER "Tests") endif()