Skip to content
Snippets Groups Projects
Commit 1b4201b9 authored by David Flitney's avatar David Flitney
Browse files

*** empty log message ***

parent a62c6560
No related branches found
No related tags found
No related merge requests found
...@@ -19,5 +19,7 @@ INCLUDE_DIRECTORIES( ${FSL_SOURCE_DIR}/libprob ) ...@@ -19,5 +19,7 @@ INCLUDE_DIRECTORIES( ${FSL_SOURCE_DIR}/libprob )
ADD_LIBRARY(miscmaths STATIC ${MISCMATHS_SOURCES}) ADD_LIBRARY(miscmaths STATIC ${MISCMATHS_SOURCES})
INSTALL_FILES(/include/miscmaths .h ${MISCMATHS_SOURCES}) IF(FSL_BUILD)
INSTALL_TARGETS(/lib miscmaths) INSTALL_FILES(/include/miscmaths .h ${MISCMATHS_SOURCES})
INSTALL_TARGETS(/lib miscmaths)
ENDIF(FSL_BUILD)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment