Skip to content

Files

Latest commit

 

History

History

Day036-My_first_Clion_project

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Day036

day36 of #CodingEveryday

I wrote something on Medium
https://medium.com/@jacky_ttt/day036-my-first-clion-project-ffcc4085111f

I have a c++ project that originally runs on Windows using Visual Studio and it is needed to convert to be able to run on Mac. I am a newbie when it comes to c++ and its project setup on Mac. I found that library dependency issue is the first thing I need to manage before I blindly include all the source code from the original project which will overwhelm me with error. The first library I want to include is GLM which plays a main role in my project.