Crow/examples
Ulrich Germann e592e6b4f2 Fix error in examples/CMakeLists.txt
cmake 3.19 complained about Line 49:

> CMake Error at examples/CMakeLists.txt:49 (target_link_libraries):
>   The keyword signature for target_link_libraries has already been used with
>     the target "basic_example".  All uses of target_link_libraries with a
>       target must be either all-keyword or all-plain.
>
>   The uses of the keyword signature are here:
>
>    * examples/CMakeLists.txt:46 (target_link_libraries)

The reason is the missing keyword PRIVATE/INTERFACE/PUBLIC in the offending line.
This edit fixes this.
2021-04-06 11:17:51 +00:00
..
ssl macro rename 2021-03-31 20:30:32 +03:00
websocket macro rename 2021-03-31 20:30:32 +03:00
CMakeLists.txt Fix error in examples/CMakeLists.txt 2021-04-06 11:17:51 +00:00
example_chat.cpp macro rename 2021-03-31 20:30:32 +03:00
example_chat.html source resturcturing + CMake 2014-08-07 01:18:33 +09:00
example_compression.cpp macro rename 2021-03-31 20:30:32 +03:00
example_static_file.cpp macro rename 2021-03-31 20:30:32 +03:00
example_test.py Add a testcase for large response + Connection:close header 2016-09-10 01:57:09 +09:00
example_vs.cpp macro rename 2021-03-31 20:30:32 +03:00
example_with_all.cpp macro rename 2021-03-31 20:30:32 +03:00
example.cpp macro rename 2021-03-31 20:30:32 +03:00
example.py source resturcturing + CMake 2014-08-07 01:18:33 +09:00
helloworld.cpp macro rename 2021-03-31 20:30:32 +03:00