Rename Cmake variables for clarity

This commit is contained in:
Vinnie Falco
2017-10-30 08:57:31 -07:00
parent 42679ee0bc
commit e39e4c73bf
50 changed files with 65 additions and 69 deletions
@@ -11,7 +11,7 @@ GroupSources(include/boost/beast beast)
GroupSources(example/websocket/server/stackless "/")
add_executable (websocket-server-stackless
${BOOST_BEAST_INCLUDES}
${BOOST_BEAST_FILES}
Jamfile
websocket_server_stackless.cpp
)