Skip to content

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.

What you should know:

  • 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.

Build Info:

  • 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)

Note

  • 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.

references example

If you're still having trouble building Crynn feel free to open a new issue.

Clone this wiki locally