godai0519 / BayesianNetwork

An implementation of Bayesian Networks Model for pure C++14 (11) later, including probability inference and structure learning method.
MIT License
39 stars 10 forks source link

Jamfileか何かを書く #3

Closed godai0519 closed 9 years ago

godai0519 commented 9 years ago

Jamでいい気もするけれど,CMake系もちょっと考えておく. (Boost.Test使ってるからなぁ)

godai0519 commented 9 years ago

Memo: WindowsとLinuxで正しく$(BOOST_ROOT)を設定していれば,テスト実施できるようになった.