Skip to content

Commit eb6eb15

Browse files
committed
Fix anglescan install
1 parent de11a3d commit eb6eb15

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,11 @@ add_test(
272272

273273
install(FILES
274274
${EXAMPLES_DIR}/README.md
275-
${EXAMPLES_DIR}/anglescan.ipynb
276-
${EXAMPLES_DIR}/anglescan.xyz
277-
${EXAMPLES_DIR}/anglescan.yml
278-
${EXAMPLES_DIR}/anglescan_energies.dat
279-
${EXAMPLES_DIR}/anglescan_rdf.dat
275+
${EXAMPLES_DIR}/anglescan/anglescan.ipynb
276+
${EXAMPLES_DIR}/anglescan/anglescan.xyz
277+
${EXAMPLES_DIR}/anglescan/anglescan.yml
278+
${EXAMPLES_DIR}/anglescan/anglescan_energies.dat
279+
${EXAMPLES_DIR}/anglescan/anglescan_rdf.dat
280280
${EXAMPLES_DIR}/bulk/bulk.yml
281281
${EXAMPLES_DIR}/bulk-replay/bulk-replay.yml
282282
${EXAMPLES_DIR}/chargemove/chargemove.yml

0 commit comments

Comments
 (0)