Skip to content

Commit

Permalink
Remove usertab.c as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed May 24, 2015
1 parent a63f61b commit fd2efe9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@ add_library(${ModelicaExternalName} ${MODELICAEXTERNALCDIR}/ModelicaStandardT
# Note: usertab.c cannot be gotten from OMLibraries, since they are not included in OMCompiler.git
# usertab.c is not a part of ModelicaStandardTables, etc anyway
# usertab.c is also a dummy implementation that the user is supposed to provide in some cases. It is not supposed to be compiled.
add_library(${ModelicaTablesName} ${MODELICAEXTERNALCDIR}/ModelicaStandardTables.c ${MODELICAEXTERNALCDIR}/ModelicaMatIO.c ${USERTABDIR}/usertab.c)
add_library(${ModelicaTablesName} ${MODELICAEXTERNALCDIR}/ModelicaStandardTables.c ${MODELICAEXTERNALCDIR}/ModelicaMatIO.c )
if (UNIX)
set_target_properties(${ModelicaExternalName} PROPERTIES COMPILE_FLAGS -fPIC)
set_target_properties(${ModelicaTablesName} PROPERTIES COMPILE_FLAGS -fPIC)
Expand Down

0 comments on commit fd2efe9

Please sign in to comment.