diff options
author | crupest <crupest@outlook.com> | 2022-09-29 17:49:35 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-09-29 17:49:35 +0800 |
commit | 65f920e9b88dc89124b286d82668ece9178a665f (patch) | |
tree | 23f29b4171366e23b6ac88d5149352ca8ef597e2 /src/toml | |
parent | 6b14866d4cb0e496d28142f3f42e5f2624d6dc77 (diff) | |
download | cru-65f920e9b88dc89124b286d82668ece9178a665f.tar.gz cru-65f920e9b88dc89124b286d82668ece9178a665f.tar.bz2 cru-65f920e9b88dc89124b286d82668ece9178a665f.zip |
Start to work on emscripten.
Diffstat (limited to 'src/toml')
-rw-r--r-- | src/toml/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toml/CMakeLists.txt b/src/toml/CMakeLists.txt index 170509a4..33b31b8f 100644 --- a/src/toml/CMakeLists.txt +++ b/src/toml/CMakeLists.txt @@ -1,4 +1,4 @@ -add_library(CruToml SHARED +add_library(CruToml TomlDocument.cpp TomlParser.cpp ) |