8ac5e011d6
GitOrigin-RevId: 2c3273caa153ee8eb5786bc8141b85b859e7efd7
9 lines
337 B
Diff
9 lines
337 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 57edba6..d06b6d9 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1,3 +1,4 @@
|
|
PROJECT (cdrkit C)
|
|
+INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR}/include)
|
|
SUBDIRS(include genisoimage wodim libedc libhfs_iso libparanoia icedax libusal librols libunls readom netscsid 3rd-party/dirsplit)
|
|
|