Extract options and mainline code into separate module.

This is to support being able to improve and expand the test suite by
(eventually) having a simple function call to setup different modules to
be tested.
wilder
Michael Pyne 13 years ago
parent 9bb8c78708
commit 7dc9d0ff2b
  1. 1
      CMakeLists.txt
  2. 1372
      kdesrc-build
  3. 1445
      modules/ksb/Application.pm

@ -18,6 +18,7 @@ set(KDESRC_BUILD_MODULE_INSTALL_PREFIX "${DATA_INSTALL_DIR}/kdesrc-build/modules
if (KDESRC_BUILD_INSTALL_MODULES)
message(STATUS "Installing component modules to ${KDESRC_BUILD_MODULE_INSTALL_PREFIX}")
install(FILES
modules/ksb/Application.pm
modules/ksb/BuildContext.pm
modules/ksb/BuildException.pm
modules/ksb/BuildSystem.pm

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save