-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
194 additions
and
312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# cs2-plugify | ||
# Copyright (C) 2024 untrustedmodders | ||
# Licensed under the MIT license. See LICENSE file in the project root for details. | ||
|
||
if(NOT LOGGER_DIR) | ||
message(FATAL_ERROR "LOGGER_DIR is empty") | ||
endif() | ||
|
||
set(LOGGER_BINARY_DIR "s2u-logger") | ||
|
||
set(LOGGER_INCLUDE_DIRS | ||
${LOGGER_INCLUDE_DIRS} | ||
|
||
${LOGGER_DIR}/include | ||
) | ||
|
||
add_subdirectory(${LOGGER_DIR} ${LOGGER_BINARY_DIR}) |
Submodule plugify
updated
4 files
+1 −1 | .github/workflows/clang.yml | |
+1 −1 | .github/workflows/gcc.yml | |
+1 −1 | .github/workflows/publish-docs.yml | |
+2 −2 | test/plug/main.cpp |
Submodule sourcesdk
updated
82 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.