Get CMake build working again
— at Version 9
Reported by: |
jng |
Owned by: |
jng |
Priority:
|
major
|
Milestone:
|
|
Component:
|
Build System
|
Version:
|
|
Severity:
|
3
|
Keywords:
|
|
Cc:
|
|
External ID:
|
|
Fix broken CMakeLists.txt
- Verify we can run unit tests in CMake build.
CMake-ify the King Oracle provider
Fix message catalogs not being copied (make install
currently only installs SmMessage.cat
)
Fix com
directory not being copied to /usr/local/fdo-x.y.z/lib
Ensure library targets are named consistently like their windows counterparts
Build with ASAN (-fsanitize=address
) in debug mode
Investigate how to strip binaries in release mode
Investigate how to use CPack to produce SDK tarballs and deb packages
- Integrate support for running
cppcheck
against the source
- Stretch goal: Functional windows configuration (that we can then integrate vcpkg for external thirdparty libraries)