summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-12-21 12:44:58 +0100
committerSven Gothel <[email protected]>2020-12-21 12:44:58 +0100
commitd7ccc4c6161df71dc7750b6ae25f58619dda4a1b (patch)
tree495088a1064582ff434c9d83907ab00c087ac667 /test
parentde495fb8d69680f60a9dabca71e28c94b22b41fd (diff)
cmake: Move jaucpp -> jaulib (source locations and add_subdirectory(jaulib))
Diffstat (limited to 'test')
-rw-r--r--test/direct_bt/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/direct_bt/CMakeLists.txt b/test/direct_bt/CMakeLists.txt
index 45151d5c..4ec160cb 100644
--- a/test/direct_bt/CMakeLists.txt
+++ b/test/direct_bt/CMakeLists.txt
@@ -1,6 +1,6 @@
include_directories(
${PROJECT_SOURCE_DIR}/include/cppunit
- ${PROJECT_SOURCE_DIR}/jaucpp/include
+ ${PROJECT_SOURCE_DIR}/jaulib/include
${PROJECT_SOURCE_DIR}/api
)