Moved add_definitions in cmake files to /src/ so that all components and tests use the same definitions when compiling sources
Signed-off-by: Dennis Potman <dennis.potman@adlinktech.com>
This commit is contained in:
parent
b3c5a8d4fc
commit
323de40cba
6 changed files with 44 additions and 46 deletions
|
@ -11,8 +11,6 @@
|
|||
#
|
||||
include (GenerateExportHeader)
|
||||
|
||||
find_package(OpenSSL)
|
||||
|
||||
PREPEND(srcs_accesscontrol "${CMAKE_CURRENT_LIST_DIR}/src"
|
||||
access_control_objects.c
|
||||
access_control_parser.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue