1
0
Fork 0
mirror of https://github.com/gwm17/Specter.git synced 2024-11-22 18:28:52 -05:00
Specter/SpecProject
2022-11-11 09:04:24 -05:00
..
Assets Preparing for switch to new name: Specter 2022-06-19 16:21:09 -04:00
src Fix issues with asset guarantees. Remove unnecessary bloat in SpecProject CMakeLists 2022-11-10 20:09:06 -05:00
CMakeLists.txt Overhaul CMake system for Specter. Specter is now installed to local lib directory, packaged. Can be found using find_package. Update SpecProject to reflect this, requires separate build. 2022-11-11 09:04:24 -05:00
README.md Overhaul CMake system for Specter. Specter is now installed to local lib directory, packaged. Can be found using find_package. Update SpecProject to reflect this, requires separate build. 2022-11-11 09:04:24 -05:00

Example Project: SpecProject

SpecProject is an example project for use with Specter. It contains examples for making an analysis pipeline, extending the UI, and creating the executable entry point. It also has an example CMakeLists.txt which demonstrates how to link a custom project to Specter.

Building SpecProject

In this directory (the SpecProject directory) run the following commands:

  • mkdir build
  • cd build && cmake .. && make -j 4

This will build the SpecProject executable and install it to the Specter/bin directory. The executable should be run from the Specter/bin directory.