mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 00:44:37 -06:00
* Refactor locs, dependencies into generic sub build * Fixing CMake UTs for generic subbuild pattern * Adding sub-build CMake UT * Correcting sub-builds from UT results * Adding include_guards to globally imported items * Fixing CI and speed improvements * sp * Fixing review recommendations
16 lines
525 B
CMake
16 lines
525 B
CMake
####
|
|
# FPrime-Code:
|
|
#
|
|
# FPrime code. This cmake file includes the basic directories that make up the mainline F prime framework. This is
|
|
# separated from the CMake includes themselves such that this is built after all CMake setup.
|
|
#
|
|
# Note: given F prime's historical folder structure, this is not organized as an fprime library.
|
|
####
|
|
include_guard()
|
|
|
|
# Ensure that the FPrime build system is setup
|
|
include("${CMAKE_CURRENT_LIST_DIR}/FPrime.cmake")
|
|
|
|
# Setup fprime code followed by all libraries
|
|
fprime_setup_included_code()
|