diff options
Diffstat (limited to 'hello')
| -rw-r--r-- | hello/CMakeLists.txt | 2 |
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 | |||
| 8 | target_link_libraries(hello PRIVATE | 8 | target_link_libraries(hello PRIVATE |
| 9 | app | 9 | app |
| 10 | dxg) | 10 | dxg) |
| 11 | |||
| 12 | install_agility_sdk(${CMAKE_CURRENT_BINARY_DIR}) | ||
