File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1
- set (BII_LIB_DEPS " pthread -ldl" )
1
+ set (BII_LIB_DEPS ${BII_LIB_DEPS} pthread dl )
2
2
3
3
ADD_BIICODE_TARGETS ()
4
4
#TARGET_INCLUDE_DIRECTORIES(${BII_BLOCK_TARGET} INTERFACE "${CMAKE_CURRENT_BINARY_DIR}/../foonathan_string_id/foonathan/string_id")
Original file line number Diff line number Diff line change 6
6
#include < chaiscript/chaiscript_stdlib.hpp>
7
7
#include " ../include/chaiscript/extras/string_id.hpp"
8
8
9
- #include < string_id/database.hpp> // for the databases
10
- #include < string_id/error.hpp> // for error handling
11
- #include < string_id/generator.hpp> // for the generator classes
12
- #include < string_id/string_id.hpp> // for the string_id
13
-
14
9
#include < iostream>
15
10
16
11
TEST_CASE ( " string_id functions work" , " [string_id]" ) {
You can’t perform that action at this time.
0 commit comments