diff options
author | Michele Calgaro <[email protected]> | 2023-02-19 13:26:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-02-19 13:26:33 +0900 |
commit | 9818b210e2163e93e67a40b75b7420feae9c4e16 (patch) | |
tree | d016407dc48c444e6c02e749caa0a417858a1bea /skin/CMakeLists.txt | |
parent | 430bf0fb916fd2c65123638b85aff888aada9643 (diff) | |
download | kbfx-9818b210e2163e93e67a40b75b7420feae9c4e16.tar.gz kbfx-9818b210e2163e93e67a40b75b7420feae9c4e16.zip |
Drop autotools support.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'skin/CMakeLists.txt')
-rw-r--r-- | skin/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skin/CMakeLists.txt b/skin/CMakeLists.txt index 9eeaf67..7cab644 100644 --- a/skin/CMakeLists.txt +++ b/skin/CMakeLists.txt @@ -10,4 +10,4 @@ ################################################# add_subdirectory( raster ) -add_subdirectory( vector )
\ No newline at end of file +#add_subdirectory( vector ) # currently empty |