Skip to content

Commit e34d76f

Browse files
committed
doc: fix cmake script examples in the manual
1 parent 1348bf3 commit e34d76f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/manual/manual.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4703,6 +4703,7 @@ \subsection{Example}
47034703

47044704
\begin{shellcmds}
47054705
cmake\_minimum\_required(VERSION 3.3.0)
4706+
project(hello)
47064707
find\_package(sdm REQUIRED)
47074708
add\_library(hello MODULE hello.c)
47084709
target\_link\_libraries(hello sdm::lua)
@@ -5031,6 +5032,7 @@ \section{Overview}
50315032
50325033
\begin{shellcmds}
50335034
cmake\_minimum\_required(VERSION 3.3.0)
5035+
project(sdmtest)
50345036
add\_subdirectory(u8e)
50355037
add\_subdirectory(api)
50365038
add\_subdirectory(utils)

0 commit comments

Comments
 (0)