Translations:Development/Tutorials/Physical Simulation/12/en: Difference between revisions
Appearance
Importing a new version from external source |
(No difference)
|
Latest revision as of 17:42, 19 July 2019
The first line gives a name to the project, and the second ensures that the klibs are installed; while the third sets the header files appropriately. The "set" line is the most important. We have to put in all the ".cpp" files that we use in here. For now, just add the main.cpp and the FallingBall.cpp. Others will join later. Finally, define the executable and link all files.