File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
- set (BII_LIB_DEPS "pthread -ldl ../../lib/libfoonathan_string_id.a " )
1
+ set (BII_LIB_DEPS "pthread -ldl" )
2
2
3
3
ADD_BIICODE_TARGETS ()
4
- TARGET_INCLUDE_DIRECTORIES (${BII_BLOCK_TARGET} INTERFACE "${CMAKE_CURRENT_BINARY_DIR} /../foonathan_string_id" )
4
+ # TARGET_INCLUDE_DIRECTORIES(${BII_BLOCK_TARGET} INTERFACE "${CMAKE_CURRENT_BINARY_DIR}/../foonathan_string_id/foonathan/string_id ")
5
5
6
6
7
7
IF (APPLE )
Original file line number Diff line number Diff line change 2
2
3
3
[requirements]
4
4
ChaiScript/ChaiScript: 1
5
- foonathan/string_id: 7
5
+ foonathan/string_id: 8
6
6
7
- [parent]
8
- # The parent version of this block. Must match folder name. E.g.
9
- # user/block # No version number means not published yet
10
- # You can change it to publish to a different track, and change version, e.g.
11
- # user/block(track): 7
12
7
8
+ [parent]
9
+ ChaiScript/ChaiScript_extras: 0
13
10
[paths]
14
11
# Local directories to look for headers (within block)
15
12
# /
Original file line number Diff line number Diff line change 7
7
#include < string_id/database.hpp>
8
8
#include < string_id/basic_database.hpp>
9
9
10
+
11
+
10
12
namespace chaiscript {
11
13
namespace extras {
12
14
namespace 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
+
9
14
#include < iostream>
10
15
11
16
TEST_CASE ( " string_id functions work" , " [string_id]" ) {
You can’t perform that action at this time.
0 commit comments