repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[memprof] Use a new constructor of IndexedAllocationInfo (NFC) (#116920)
[llvm-project.git]
/
offload
/
unittests
/
CMakeLists.txt
blob
73c87b708d25fddb87a617eaca4d03f87febd173
1
add_custom_target(LibomptUnitTests)
2
set_target_properties(LibomptUnitTests PROPERTIES FOLDER "Tests/UnitTests")
3
4
function(add_libompt_unittest test_dirname)
5
add_unittest(LibomptUnitTests ${test_dirname} ${ARGN})
6
endfunction()
7
8
add_subdirectory(Plugins)