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

disable ctest and stuff

parent b1a97e5c
No related branches found
No related tags found
No related merge requests found
...@@ -293,7 +293,7 @@ if(BUILD_FORT_LIBS) ...@@ -293,7 +293,7 @@ if(BUILD_FORT_LIBS)
endif(BUILD_FORT_LIBS) endif(BUILD_FORT_LIBS)
include(Ctest) #include(Ctest)
## ##
# Brute force, grab all of the dlls from the dependency directory, # Brute force, grab all of the dlls from the dependency directory,
......
...@@ -7,7 +7,9 @@ target_sources(plutils ...@@ -7,7 +7,9 @@ target_sources(plutils
plutils.h plutils.h
) )
include_directories(plutils include_directories(plutils
PUBLIC ${CMAKE_CURRENT_LIST_DIR}) PUBLIC
$<BUILD_INTERFACE:${CMAKE_BINARY_DIR}/${INSTALL_INCLUDEDIR}>
$<INSTALL_INTERFACE:${INSTALL_INCLUDEDIR}>)
#INCLUDE(plutils/CMakeLists.txt) #INCLUDE(plutils/CMakeLists.txt)
if(BUILD_SHARED_LIBS) if(BUILD_SHARED_LIBS)
add_library(parlibc-shared SHARED "") add_library(parlibc-shared SHARED "")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment