aboutsummaryrefslogtreecommitdiff
path: root/hello/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'hello/CMakeLists.txt')
-rw-r--r--hello/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/hello/CMakeLists.txt b/hello/CMakeLists.txt
index b3c1507..3d059f0 100644
--- a/hello/CMakeLists.txt
+++ b/hello/CMakeLists.txt
@@ -8,3 +8,5 @@ add_executable(hello
8target_link_libraries(hello PRIVATE 8target_link_libraries(hello PRIVATE
9 app 9 app
10 dxg) 10 dxg)
11
12install_agility_sdk(${CMAKE_CURRENT_BINARY_DIR})