1 # On AIX, enable run-time linking to allow symbols from the plugins shared
2 # objects to be properly bound.
3 if(CMAKE_SYSTEM_NAME STREQUAL "AIX")
4 set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-brtl")
7 add_subdirectory(PassBuilderBindings)
8 add_subdirectory(Plugins)