Skip to content

Commit 8b6d8a1

Browse files
JoshuaBarczak-AMDkurbeco
authored andcommitted
DGF-SDK v1.1.0
1 parent 41ee7a1 commit 8b6d8a1

170 files changed

Lines changed: 233185 additions & 9735 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
cmake_minimum_required(VERSION 3.5)
2424
project(DGFSDK)
25+
set_property( GLOBAL PROPERTY USE_FOLDERS ON )
2526

2627
# Check if DGF is used as main project or just consumed as libary with add_subdirectory
2728
if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
@@ -90,5 +91,5 @@ if( DGF_BUILD_DGFTESTER )
9091
add_subdirectory(DGFTester)
9192
endif()
9293
if( DGF_BUILD_SAMPLES )
93-
add_subdirectory(DGFSample)
94+
add_subdirectory(samples)
9495
endif()

0 commit comments

Comments
 (0)