StevensDeptECE / GrailGUI

GrailGUI is a prototype of a replacement for web programming (HTTP, HTML, CSS, JavaScript) and GUI programming. It includes a client graphical API, a browser implemented in C++ and OpenGL, a protocol to transmit metadata and data in binary, a language (XDL) to describe the binary data, and local storage to retain data on the client should that be necessary. Encrypted communications (equivalent of TLS) have not yet been implemented.
GNU General Public License v3.0
7 stars 14 forks source link

Test CMakeLists.txt with a multi-config generator #57

Open ahuston-0 opened 3 years ago

ahuston-0 commented 3 years ago

The recent commit d32f019 has brought to my attention that our method of setting debug and release parameters may not work very well with generators that handle multiple configurations. This should probably be tested to verify that we can use the CMakeLists.txt with as many generators as possible, and fixed if it is actually causing an issue.