6dc4287ae3
The project now builds.
- Updated .vscode/launch.json and .vscode/tasks.json for improved
development workflow
- Modified Makefile.am, configure, and configure.ac for build process
enhancements
- Updated corelogic/Makefile.am and
corelogic/include/sensors/interoceptor.h
- Renamed corelogic/main.cpp to main.cpp for better project organization
5 lines
120 B
Makefile
5 lines
120 B
Makefile
AM_CPPFLAGS = -I$(srcdir)/include
|
|
|
|
noinst_LIBRARIES = libcorelogic.a
|
|
libcorelogic_a_SOURCES = painfulQuale.cpp mind.cpp
|