cpp-terminal
cpp-terminal copied to clipboard
Fix include for cmake
#196 changed the include from using <> to "". We should investigate if there is a case with cmake that actually requires "".
Cmake doesn't need it. some compiler make a distiction about <> and "" but it's mainly more a convention than very usefull. From my understanding <> is for system include search first while "" is for the project inlcude folder first
@MCWertGaming This should be closed ?