6 lines
88 B
CMake
6 lines
88 B
CMake
add_triton_ut(
|
|
NAME TestTritonAnalysis
|
|
SRCS UtilityTest.cpp
|
|
LIBS TritonAnalysis
|
|
)
|