Remove deprecated make and cmake files

Change-Id: I8cac0ec9cb997214559627425af207bbb9be0ddf
This commit is contained in:
Maneesh Gupta
2016-10-07 11:44:26 +05:30
parent 747c63bee5
commit c4dd17cce9
10 changed files with 0 additions and 395 deletions
-9
View File
@@ -1,9 +0,0 @@
cmake_minimum_required (VERSION 2.6)
# Functions for kernel attributes (grid_launch, __launch_bounds__, etc)
project (kernel)
include_directories( ${HIPTEST_SOURCE_DIR} )
build_hip_executable_libcpp (hipCtx_simple hipCtx_simple.cpp)
make_test(hipCtx_simple " " )