Skip to content

chalet-org/chalet-example-sharedlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chalet-example-sharedlib

This repository showcases how to setup a Chalet project for a shared and static library. It also includes some basic settings for use with Visual Studio Code.

To get started, download Chalet, check out some of the documentation for it, and either build with the various commands from the command line, or try out the Chalet VS Code Extension (recommended).

The code itself is Microsoft's fibonnacci dynamic library example, repurposed a bit for all platforms.

Debugging

  • For MacOS: Install CodeLLDB and use the "LLDB" launch.json configuration
  • For Windows: Install the C/C++ extension and Build with MSVC and use the "MSVC" configuration
  • For Linux: Install the C/C++ extension and Use the "GDB" configuration

About

Shared library Chalet example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages