diff options
-rw-r--r-- | CMakeLists.txt | 1 | ||||
-rw-r--r-- | dependencies.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 39d04e1..64285d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -232,6 +232,7 @@ IF(TEST) # Register the unit tests ADD_TEST(ousia_test_core ousia_test_core) + ADD_TEST(ousia_test_boost ousia_test_boost) ADD_TEST(ousia_test_xml ousia_test_xml) ADD_TEST(ousia_test_css ousia_test_css) # ADD_TEST(ousia_test_mozjs ousia_test_mozjs) diff --git a/dependencies.txt b/dependencies.txt index 537b411..87cda44 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -6,6 +6,7 @@ The following packages have to be installed (for Fedora) - cmake - mozjs24-devel (for the mandatory mozjs plugin) - expat-devel (for the mandatory XML format) +- boost-devel (for finding files in the filesystem) Test dependencies ================= |