Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue3177test2 #18692

Draft
wants to merge 2 commits into
base: candidate-9.6.x
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion dali/base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ set ( SRCS
dasds.cpp
dasess.cpp
dasubs.cpp
dautils.cpp
dautils.cpp
sysinfologger.cpp
)

set ( INCLUDES
Expand All @@ -56,6 +57,7 @@ set ( INCLUDES
dasess.hpp
dasubs.hpp
dautils.hpp
sysinfologger.hpp
)

set_source_files_properties(dasds.cpp PROPERTIES SKIP_UNITY_BUILD_INCLUSION ON)
Expand All @@ -70,6 +72,7 @@ include_directories (
${HPCC_SOURCE_DIR}/rtl/include
${HPCC_SOURCE_DIR}/system/security/shared
${HPCC_SOURCE_DIR}/system/security/cryptohelper
${HPCC_SOURCE_DIR}/testing/unittests
)

ADD_DEFINITIONS( -D_USRDLL -DDALI_EXPORTS -DNULL_DALIUSER_STACKTRACE)
Expand All @@ -88,5 +91,6 @@ if(NOT PLUGIN)
mp
hrpc
dafsclient
${CppUnit_LIBRARIES}
)
endif()
Loading
Loading