fixed adding file problem
[c11concurrency-benchmarks.git] / gdax-orderbook-hpp / demo / dependencies / websocketpp-0.7.0 / test / random / CMakeLists.txt
1 # Test RNG policy none
2 file (GLOB SOURCE none.cpp)
3
4 init_target (test_random_none)
5 build_test (${TARGET_NAME} ${SOURCE})
6 link_boost ()
7 final_target ()
8 set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "test")
9
10 # Test RNG policy random_device
11 file (GLOB SOURCE random_device.cpp)
12
13 init_target (test_random_random_device)
14 build_test (${TARGET_NAME} ${SOURCE})
15 link_boost ()
16 final_target ()
17 set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "test")