Skip to content

Commit b95c731

Browse files
Refactoring
- Now with proper documentation - Moved examples into test subdir
1 parent 965807c commit b95c731

File tree

3 files changed

+876
-1
lines changed

3 files changed

+876
-1
lines changed

CMakeLists.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,16 @@ install(TARGETS lua-ffi
137137

138138
# Docs and Tests
139139
install(
140-
FILES README.md tests/basetype.lua tests/wintest.lua
140+
FILES lua-ffi.html
141141
DESTINATION ${INSTALL_DOCDIR}
142142
COMPONENT doc
143143
)
144+
install(
145+
FILES tests/basetype.lua tests/wintest.lua
146+
DESTINATION ${INSTALL_DOCDIR}/tests
147+
COMPONENT doc
148+
)
149+
144150
# ------------------------------------------------------------------------------
145151
# Keep original CMakeLists.txt untouched
146152
else()

0 commit comments

Comments
 (0)