diff options
| author | 2026-04-19 12:54:16 +0100 | |
|---|---|---|
| committer | 2026-04-27 17:26:08 +0100 | |
| commit | 0dc19894f43ae03a7e78dabfb3784695bd0216fd (patch) | |
| tree | ad44bd4f6ce3e01b046905f00bace5352c366d87 /modules/websocket.cpp | |
| parent | Merge branch 'insp4' into master. (diff) | |
Switch the build system to CMake.
Diffstat (limited to 'modules/websocket.cpp')
| -rw-r--r-- | modules/websocket.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/websocket.cpp b/modules/websocket.cpp index 9a13ea628..caff2e93a 100644 --- a/modules/websocket.cpp +++ b/modules/websocket.cpp @@ -19,7 +19,11 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/// $CompilerFlags: require_environment("SYSTEM_UTFCPP" "1") -DUSE_SYSTEM_UTFCPP +/// BEGIN CMAKE +/// if($ENV{SYSTEM_UTFCPP}) +/// target_compile_definitions(${TARGET} "USE_SYSTEM_UTFCPP") +/// endif() +/// END CMAKE #ifdef USE_SYSTEM_UTFCPP |
