Skip to content

Commit

Permalink
remove C++/CLI specific source reference
Browse files Browse the repository at this point in the history
  • Loading branch information
takdeveloper committed Apr 6, 2023
1 parent 234b3c8 commit 9c9c6ee
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions takkernel/engine/src/main/cpp/cmake/CommonSources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -689,11 +689,6 @@ set(takengine_util_COMMON_SRCS
${SRC_DIR}/util/ZipFile.cpp
)

set(takengine_vscompat_COMMON_SRCS
# vscompat
${SRC_DIR}/../cpp-cli/vscompat/unistd.cpp
)

set(takengine_COMMON_SRCS
${takengine_core_COMMON_SRCS}
${takengine_currency_COMMON_SRCS}
Expand Down Expand Up @@ -1402,11 +1397,6 @@ set(takengine_util_COMMON_HEADERS
${SRC_DIR}/util/ZipFile.h
)

set(takengine_vscompat_COMMON_HEADERS
# vscompat
${SRC_DIR}/../cpp-cli/vscompat/unistd.h
)

set(takengine_COMMON_HEADERS
${takengine_core_COMMON_HEADERS}
${takengine_currency_COMMON_HEADERS}
Expand Down

0 comments on commit 9c9c6ee

Please sign in to comment.