#------------------------------------------------------------------- # This file is part of the CMake build system for Scol # # The contents of this file are placed in the public domain. Feel # free to make use of it in any way you like. #------------------------------------------------------------------- # Configure Windows 2D OS lib build if (Scol_BUILD_LIB2D_OS) add_subdirectory(lib2d\ os\ 24) endif () # Configure Scol Chromium integration plugin if (Scol_BUILD_EMBEDDED_NAVIGATOR) add_subdirectory(embeddedNavigator) endif ()