lv_port_win_codeblocks icon indicating copy to clipboard operation
lv_port_win_codeblocks copied to clipboard

Can this project use cmake to build project instead of code blocks

Open widon1104 opened this issue 3 years ago • 3 comments

code blocks is buggy and is hard to use. Can you use cmake to build this project ????

1

I use the latest code blocks to open this project and find I can not find the header file and almost all header file can not open..

widon1104 avatar Sep 06 '22 14:09 widon1104

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Apr 20 '23 02:04 stale[bot]

Please try using the latest version: https://github.com/lvgl/lv_port_win_codeblocks Or try using another project: https://github.com/lvgl/lv_port_linux

100ask avatar May 29 '24 11:05 100ask

code blocks is buggy and is hard to use. Can you use cmake to build this project ????

Yes, works perfectly with cmake.

I used the CMakeLists.txt from lv_port_pc_vscode for this project and adapted it slightly (basically just commented out "find_package(SDL2 REQUIRED SDL2)" and set the “USE_...” variables to 0).

Compiled and runs flawlessly, completely without codeblocks, only with cmake and make.

TheOfficialMrBlah avatar Jun 03 '24 20:06 TheOfficialMrBlah