fprime/cmake/FPrime-Code.cmake
M Starch 3f6b3a903f
Refactor locs, dependencies into generic sub build (#2360)
* 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
2023-11-13 10:03:29 -08:00

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()