diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-07 18:59:54 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-10 10:25:20 +0900 |
| commit | dc5b11fc7d45bfeabd0866b8821fefbfc7fd1209 (patch) | |
| tree | 5774d9f9cb72172ba61ded3344e43577f9baf227 /src/CMakeLists.txt | |
| parent | d5d77862d18d9246d246969afc869713877f80fc (diff) | |
| download | piklab-dc5b11fc.tar.gz piklab-dc5b11fc.zip | |
CMake conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 199d48de5c43ab5da32fdfe2006f9d89bd4b6d17)
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt new file mode 100644 index 0000000..fbe2ec0 --- /dev/null +++ b/src/CMakeLists.txt @@ -0,0 +1,28 @@ +include_directories( + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_BINARY_DIR} + ${TQT_INCLUDE_DIRS} + ${TDE_INCLUDE_DIR} +) + +link_directories( + ${TQT_LIBRARY_DIRS} + ${TDE_LIB_DIR} +) + + +##### subfolders + +add_subdirectory( common ) +add_subdirectory( xml_to_data ) +add_subdirectory( devices ) +add_subdirectory( piklab-hex ) +add_subdirectory( coff ) +add_subdirectory( piklab-coff ) +add_subdirectory( progs ) +add_subdirectory( piklab-prog ) +add_subdirectory( tools ) +add_subdirectory( data ) +add_subdirectory( libgui ) +add_subdirectory( piklab ) +add_subdirectory( piklab-test ) |
