Adjust cmake target to work with different build tools
This change allows to build smaples repo with different build tools like ninja
Signed-off-by: Sebastian Luzynski <Sebastian.Luzynski@amd.com>
Change-Id: I232efc3f19895e84b9de0d410ea43ec55b913ab4
[ROCm/hip-tests commit: 65512f5872]
Dieser Commit ist enthalten in:
@@ -88,7 +88,7 @@ if(ENABLE_ADDRESS_SANITIZER)
|
||||
endif()
|
||||
|
||||
add_custom_target(build_samples
|
||||
COMMAND make build_intro build_utils build_cookbook
|
||||
DEPENDS build_intro build_utils build_cookbook
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
|
||||
|
||||
add_subdirectory(0_Intro)
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren