8000 Clean up requirements for string_id · ChaiScript/ChaiScript_Extras@7a60b9e · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a60b9e

Browse files
committed
Clean up requirements for string_id
1 parent 2011228 commit 7a60b9e

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

biicode.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(BII_LIB_DEPS "pthread -ldl")
1+
set(BII_LIB_DEPS ${BII_LIB_DEPS} pthread dl)
22

33
ADD_BIICODE_TARGETS()
44
#TARGET_INCLUDE_DIRECTORIES(${BII_BLOCK_TARGET} INTERFACE "${CMAKE_CURRENT_BINARY_DIR}/../foonathan_string_id/foonathan/string_id")

tests/string_id.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
#include <chaiscript/chaiscript_stdlib.hpp>
77
#include "../include/chaiscript/extras/string_id.hpp"
88

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-
149
#include <iostream>
1510

1611
TEST_CASE( "string_id functions work", "[string_id]" ) {

0 commit comments

Comments
 (0)
0