Skip to content

Commit

Permalink
Moved the crhmc volume example in its own directory
Browse files Browse the repository at this point in the history
  • Loading branch information
vgnecula committed Jul 1, 2024
1 parent e7ce279 commit 535e296
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ else ()
add_definitions(${CXX_COVERAGE_COMPILE_FLAGS} "-ldl")
add_definitions(${CXX_COVERAGE_COMPILE_FLAGS} "-DBOOST_NO_AUTO_PTR")

add_executable (sampling_functions sampling_functions.cpp)
TARGET_LINK_LIBRARIES(sampling_functions QD_LIB ${MKL_LINK} ${LP_SOLVE})
add_executable (simple_crhmc simple_crhmc.cpp)
TARGET_LINK_LIBRARIES(simple_crhmc QD_LIB ${MKL_LINK} ${LP_SOLVE})
add_executable(volume_example volume_example.cpp)
target_link_libraries(volume_example QD_LIB ${MKL_LINK} ${LP_SOLVE})

Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion examples/crhmc_sampling/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ CRHMC_SIMD_*
sampling_functions
simple_crhmc
libQD_LIB.a
volume_example

0 comments on commit 535e296

Please sign in to comment.