rellermeyer / course_os

CS 439 course OS
BSD 3-Clause "New" or "Revised" License
38 stars 26 forks source link

Fix CMake compiler and linker detection. #79

Closed Dimitar2000 closed 3 years ago

Dimitar2000 commented 3 years ago

This branch adjusts the path to the compiler and linker used in the CMakeLists.txt file. After that, CLion can again help developers with code completion and include files detection.

jdonszelmann commented 3 years ago

lgtm

cochaviz commented 3 years ago

looks good!