diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index c2fe40c..f5eba88 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -88,11 +88,11 @@ foreach (USCXML_ISSUE ${USCXML_ISSUES}) endif () endforeach () -# make sure all headers are self-reliant +# make sure the important headers are self-reliant set(USCXML_PUBLIC_HEADERS "${PROJECT_SOURCE_DIR}/src/uscxml/uscxml.h" "${PROJECT_SOURCE_DIR}/src/uscxml/Interpreter.h" - ) + ) file(GLOB_RECURSE USCXML_HEADERS ../src/*.h |