This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
2007-02-23 18:17:51 +01:00
|
|
|
project(EVERYTHING)
|
|
|
|
|
2007-02-23 18:42:21 +01:00
|
|
|
set(lib_DIR lib)
|
|
|
|
get_filename_component(lib_ABSOLUTE ${lib_DIR} ABSOLUTE)
|
|
|
|
add_subdirectory(${lib_ABSOLUTE})
|
2007-02-23 18:17:51 +01:00
|
|
|
|