Skip to content

Commit

Permalink
Merge pull request #14 from CosmoStat/devel_ML
Browse files Browse the repository at this point in the history
Devel ml
  • Loading branch information
martinkilbinger committed Feb 25, 2020
2 parents d814b28 + 26331f9 commit 318de5d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CMakeLists.txt
Expand Up @@ -56,7 +56,13 @@ target_link_libraries(sn1ademo nicaea)
add_executable(third_order_demo Demo/third_order_demo.c)
target_link_libraries(third_order_demo nicaea)

### Installation
add_executable(getHODModel Demo/getHODModel.c)
target_link_libraries(getHODModel nicaea)

### Installation (by default in the project directory)

# MKDEBUG: Testing on travis
set(CMAKE_INSTALL_PREFIX ".")

# Install the nicaea library
INSTALL(TARGETS nicaea DESTINATION lib)
Expand Down

0 comments on commit 318de5d

Please sign in to comment.