From 8aeb0ff3a13e31d6de432abcbe06381ee6545b27 Mon Sep 17 00:00:00 2001 From: Anthony Islas Date: Fri, 2 Aug 2024 13:38:38 -0700 Subject: [PATCH] Link var/external libs --- CMakeLists.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f5e00db742..7332a63b02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1030,6 +1030,12 @@ target_include_directories( $<$:$> $<$:$> + # DA libs + $<$:$> + $<$:$> + $<$:$> + + PRIVATE ${PROJECT_SOURCE_DIR}/dyn_em @@ -1109,6 +1115,12 @@ target_link_libraries( ${PROJECT_NAME}_Core $ $ + + # DA libs + $ + $ + $ + $ ) ################################################################################