Skip to content
Snippets Groups Projects
Commit 4d878105 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

(test) Add a test .hpp header and add that to CMake to get it installed

parent 04ec1c20
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Find the header and source files.
file( GLOB SOURCES src/*.cxx )
file( GLOB HEADERS ExpressionEvaluator/*.h )
file( GLOB HEADERS ExpressionEvaluator/*.h ExpressionEvaluator/*.hpp )
# Create the library.
add_library( ExpressionEvaluator SHARED ${HEADERS} ${SOURCES} )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment