Skip to content

Commit 21db751

Browse files
committed
Adding CMakeLists for the runtime
1 parent f82e4a6 commit 21db751

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
project(_dpexrt_python
2+
DESCRIPTION "A Python C extension for numba-dpex runtime."
3+
VERSION $ENV{NUMBA_DPEX_VERSION}
4+
)

0 commit comments

Comments
 (0)