Skip to content
Snippets Groups Projects
Commit 19c52e11 authored by Debolskiy Andrey's avatar Debolskiy Andrey :bicyclist_tone5:
Browse files

removed target_sources in plutils

parent 60e523f3
Branches
Tags
No related merge requests found
add_library(plutils STATIC "")
add_library(plutils STATIC plutils/plutils.c plutils/plutils.h)
INCLUDE(plutils/CMakeLists.txt)
if(BUILD_SHARED_LIBS)
add_library(parlibc-shared SHARED
......
target_sources(plutils
PUBLIC
${CMAKE_CURRENT_LIST_DIR}/plutils.c
PRIVATE
${CMAKE_CURRENT_LIST_DIR}/plutils.h
)
#target_sources(plutils
# PUBLIC
# ${CMAKE_CURRENT_LIST_DIR}/plutils.c
# PRIVATE
# ${CMAKE_CURRENT_LIST_DIR}/plutils.h
# )
include_directories(plutils
PUBLIC ${CMAKE_CURRENT_LIST_DIR})
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment