-
Notifications
You must be signed in to change notification settings - Fork 0
Description
issue tracking for fixed to be implemented
pdcurses is inside of src folder rather than lib (can the dep just be dropped)
cmake file wrong - run diff to get fixes
need to confirm that git submodules update will pull things like google test in correctly
google test is in wrong location folder leto/ not libs/
target_link_libraries of pthread (needed for gcc) is causing compile errors in windows
lack of documentation re build program
HDR causes miss compile (may be lack of protoc)
glm missing from build (assuming its in build)
error for 32 bit build is a warning not an error
boost include directory isnt include before its used (or is it that the find_package isnt run before it needs to be?)
missing guide to install
static vs dyanmic link
conan install -s build_type=Debug .. Release (for cmake_multi))