Skip to content

Commit

Permalink
Include jacpdim.h in installation
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Feb 5, 2015
1 parent cf02d02 commit e983438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/asl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ set(ASL_HEADERS aslbuilder.h aslsolver.h aslexpr.h aslexpr-visitor.h
aslproblem.h ${CMAKE_CURRENT_BINARY_DIR}/arith.h
${CMAKE_CURRENT_BINARY_DIR}/stdio1.h)
add_prefix(ASL_HEADERS solvers/
asl.h asl_pfg.h asl_pfgh.h avltree.h funcadd.h getstub.h nlp.h nlp2.h psinfo.h
opcode.hd r_opn.hd)
asl.h asl_pfg.h asl_pfgh.h avltree.h funcadd.h getstub.h jacpdim.h nlp.h
nlp2.h psinfo.h opcode.hd r_opn.hd)
set(ASL_SOURCES aslbuilder.cc aslsolver.cc aslexpr.cc aslproblem.cc)

add_mp_library(asl STATIC
Expand Down

0 comments on commit e983438

Please sign in to comment.