minifb icon indicating copy to clipboard operation
minifb copied to clipboard

timer and fullscreen projects in wrong place @ visual studio

Open jesko42 opened this issue 1 year ago • 0 comments

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()

jesko42 avatar Sep 26 '23 01:09 jesko42