CMakeLists.txt 103 B

12345
  1. add_llvm_utility(not
  2. not.cpp
  3. )
  4. target_link_libraries(not LLVMSupport LLVMMSSupport) # HLSL Change