Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .cmake/aaesim-config.cmake.in

This file was deleted.

328 changes: 0 additions & 328 deletions .cmake/aaesim.cmake

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ latex/*
cmake_install.cmake
CMakeFiles
CMakeCache.txt
Makefile
*/baseline/*.html
*.so
*.png
Expand Down
7 changes: 4 additions & 3 deletions AircraftDynamicsTestFramework/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ include(sample_algorithm_library.cmake OPTIONAL)
add_library(framework STATIC ${SOURCE_FILES} ${DATA_READER_FILES} ${DATA_LOADER_FILES} ${DATA_WRITER_FILES})
target_include_directories(framework PUBLIC
${aaesim_INCLUDE_DIRS}
${geolib_idealab_INCLUDE_DIRS}
${LOG4CPLUS_DIRS})
${geolib_idealab_INCLUDE_DIRS})
target_link_libraries(framework
PUBLIC
mitre::fsloader
${BADA_LIBRARY}
${SAMPLE_ALGORITHM_LIBRARY}
log4cplusS
log4cplus::log4cplus
pub)
if (DEFINED BADA_LIBRARY)
# Add a compile definition to the build
Expand Down
3 changes: 1 addition & 2 deletions AircraftDynamicsTestFramework/framework.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ if(NOT ${BUILD_LIBARIES_ONLY})
$<BUILD_INTERFACE:${cppmanifest_INCLUDE_DIR}>
$<BUILD_INTERFACE:${aaesim_INCLUDE_DIRS}>
$<BUILD_INTERFACE:${minicsv_INCLUDE_DIR}>
${LOG4CPLUS_DIRS}
)
set_target_properties(FMACM PROPERTIES
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin
)
else()
# Ensure framework library is a build target even though nothing depends on it
set_target_properties(framework PROPERTIES EXCLUDE_FROM_ALL FALSE)
endif()
endif()
Loading
Loading