diff --git a/CMakeLists.txt b/CMakeLists.txt index b41463d..5fbd92a 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,9 +71,7 @@ else() target_compile_definitions(MLCompilerBridge PRIVATE DEBUG) target_compile_definitions(MLCompilerBridgeC PRIVATE DEBUG) endif() - endif(LLVM_MLBRIDGE) -install(TARGETS MLCompilerBridgeC DESTINATION lib) install(DIRECTORY include/ DESTINATION include) install(DIRECTORY CompilerInterface DESTINATION include/python/MLCompilerBridge)