Fix CMakeLists.txt conventions

Fix indentation, quoting, and white spaces.

Change-Id: I5e5e95b961e83e5957bdd137ef9893615396bb53
This commit is contained in:
Laurent Morichetti
2022-05-20 09:12:22 -07:00
parent c66fc25741
commit 13fe79ab09
6 changed files with 168 additions and 218 deletions
+2 -2
View File
@@ -23,9 +23,9 @@
from __future__ import print_function
import os, sys, re
OUT='inc/hsa_prof_str.h'
OUT='hsa_prof_str.h'
API_TABLES_H = 'hsa_api_trace.h'
API_HEADERS_H = (
API_HEADERS_H = (
('CoreApiTable', 'hsa.h'),
('AmdExtTable', 'hsa_ext_amd.h'),
('ImageExtTable', 'hsa_ext_image.h'),