mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fix bug #499: the image was missing because of a dependency issue when building/executing the "special" examples
(transplanted from 75435079ca
)
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
file(GLOB examples_SRCS "*.cpp")
|
||||
|
||||
add_custom_target(all_examples)
|
||||
|
||||
foreach(example_src ${examples_SRCS})
|
||||
get_filename_component(example ${example_src} NAME_WE)
|
||||
add_executable(${example} ${example_src})
|
||||
|
||||
Reference in New Issue
Block a user