Skip to content
Snippets Groups Projects
Commit aa3d9b53 authored by Axel Naumann's avatar Axel Naumann
Browse files

[periodic] Need to look at source dir to find headers!

parent d32f1aa1
Branches
Tags
No related merge requests found
...@@ -9,6 +9,7 @@ file(GLOB headers RELATIVE ${CMAKE_SOURCE_DIR} *.h) ...@@ -9,6 +9,7 @@ file(GLOB headers RELATIVE ${CMAKE_SOURCE_DIR} *.h)
list(REMOVE_ITEM headers NdbLinkDef.h) list(REMOVE_ITEM headers NdbLinkDef.h)
include(${ROOT_USE_FILE}) include(${ROOT_USE_FILE})
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
ROOT_GENERATE_DICTIONARY(G__NdbDict ${headers} LINKDEF NdbLinkDef.h) ROOT_GENERATE_DICTIONARY(G__NdbDict ${headers} LINKDEF NdbLinkDef.h)
#---Create a shared library with geneated dictionary #---Create a shared library with geneated dictionary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment