diff options
author | gregory guy <[email protected]> | 2019-06-27 16:35:25 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-06-27 16:35:25 +0200 |
commit | d4a1613e9f119ae68c695ab60f8d9856d1a54a52 (patch) | |
tree | 6de888ef76667e28c81832dc104c19b158859b9b /kturtle/CMakeLists.txt | |
parent | 9fb4e1ccde0b89b413bfdc8ae62f8178ecad5483 (diff) | |
download | tdeedu-d4a1613e9f119ae68c695ab60f8d9856d1a54a52.tar.gz tdeedu-d4a1613e9f119ae68c695ab60f8d9856d1a54a52.zip |
Conversion to the cmake building system.
Add includes to UI files to resolve FTBFS.
Signed-off-by: gregory guy <[email protected]>
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kturtle/CMakeLists.txt')
-rw-r--r-- | kturtle/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kturtle/CMakeLists.txt b/kturtle/CMakeLists.txt new file mode 100644 index 00000000..2aefdbd8 --- /dev/null +++ b/kturtle/CMakeLists.txt @@ -0,0 +1,3 @@ +add_subdirectory( src ) +add_subdirectory( data ) +#add_subdirectory( scripts ) |