Skip to content

Commit 7831101

Browse files
authored
Merge pull request #5 from somniumism/fix/no_cmakelists
Fix a bug that CMakeLists.txt could not be found when the package was installed.
2 parents dc2e52f + 34359f7 commit 7831101

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cmake_minimum_required(VERSION 3.8 FATAL_ERROR)
1313

1414
project(kaldialign CXX)
1515

16-
set(KALDIALIGN_VERSION "0.3")
16+
set(KALDIALIGN_VERSION "0.4")
1717

1818
if(NOT CMAKE_BUILD_TYPE)
1919
set(CMAKE_BUILD_TYPE Release)

MANIFEST.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
include LICENSE
22
include extensions/*
3-
include tests/*
3+
include tests/*
4+
include CMakeLists.txt
5+
recursive-include cmake *.*

0 commit comments

Comments
 (0)