#This is the main CMAKE for build bin.

set(CMAKE_MODULE_PATH 
    ${CMAKE_CURRENT_SOURCE_DIR}/tools
)

add_subdirectory(tools)

