6 lines
82 B
CMake
6 lines
82 B
CMake
file(GLOB_RECURSE CODEGEN_SRC *.cc)
|
|
|
|
add_library(TritonCodeGen
|
|
${CODEGEN_SRC}
|
|
)
|