Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timer and fullscreen projects in wrong place @ visual studio #112

Open
jesko42 opened this issue Sep 26, 2023 · 0 comments
Open

timer and fullscreen projects in wrong place @ visual studio #112

jesko42 opened this issue Sep 26, 2023 · 0 comments

Comments

@jesko42
Copy link

jesko42 commented Sep 26, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant