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
365 B
CMake

project(EVERYTHING)
set(lib_DIR lib)
get_filename_component(lib_ABSOLUTE ${lib_DIR} ABSOLUTE)
add_subdirectory(${lib_ABSOLUTE})
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})