haraldhv
/
aigo
Archived
1
0
Fork 0
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.
aigo/CMakeLists.txt

14 lines
362 B
CMake
Raw Normal View History

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
set(libtest_DIR libtest)
get_filename_component(libtest_ABSOLUTE ${libtest_DIR} ABSOLUTE)
add_subdirectory(${libtest_ABSOLUTE})
set(qt_DIR qt)
get_filename_component(qt_ABSOLUTE ${qt_DIR} ABSOLUTE)
add_subdirectory(${qt_ABSOLUTE})