We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2011228 commit 7a60b9eCopy full SHA for 7a60b9e
2 files changed
biicode.cmake
@@ -1,4 +1,4 @@
1
-set(BII_LIB_DEPS "pthread -ldl")
+set(BII_LIB_DEPS ${BII_LIB_DEPS} pthread dl)
2
3
ADD_BIICODE_TARGETS()
4
#TARGET_INCLUDE_DIRECTORIES(${BII_BLOCK_TARGET} INTERFACE "${CMAKE_CURRENT_BINARY_DIR}/../foonathan_string_id/foonathan/string_id")
tests/string_id.cpp
@@ -6,11 +6,6 @@
6
#include <chaiscript/chaiscript_stdlib.hpp>
7
#include "../include/chaiscript/extras/string_id.hpp"
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
#include <iostream>
15
16
TEST_CASE( "string_id functions work", "[string_id]" ) {
0 commit comments