-
Notifications
You must be signed in to change notification settings - Fork 4
Building In Crynn
Weston McNamara edited this page May 20, 2021
·
7 revisions
Setting up building in Crynn can be a bit confusing, so this article should help.
-
Considering Crynn is not intended for beginners, you should already be fairly experienced with Visual Studio and building and linking C++ projects.
-
Crynn is configured as an exe when you download it for easy testing, but its intended to be statically linked to your other projects.
-
Check the "Project Creation" article in the Crynn wiki first.
-
If you add a new C++ project and want to link it with Crynn, you will need to go into the Crynn project settings and copy these settings from Crynn to your project:
- Additional Include Directories (C/C++ > General > Additional Include Directories)
- Post Build Events (Build Events > Post-Build Event)
- Ensure your project subsystem is set to build as a console app
- Be sure that Crynn, assimp and Physics and any other default projects are added to the project references.
If you're still having trouble building Crynn feel free to open a new issue.