xref: /llvm-project/polly/unittests/DeLICM/CMakeLists.txt (revision 15a3476f3f9462a3f9f057ec626e7eaee829ed2c)
1# Solaris ld requires this dependency to be made explicit for shared builds.
2set(LLVM_LINK_COMPONENTS
3  Core
4  )
5
6add_polly_unittest(DeLICMTests
7  DeLICMTest.cpp
8  )
9