Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLASfpga
libxil
Commits
41a77561
Commit
41a77561
authored
Aug 17, 2020
by
Niklas Eiling
Browse files
replace round braces with curly braces in CMakeLists.txt to make ninja buildsystem happy
parent
b622ddef
Pipeline
#320734
passed with stages
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
41a77561
...
...
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.0.2)
project
(
libxil C
)
set
(
CMAKE_C_FLAGS
"
${
CMAKE_C_FLAGS
}
-O3 -fPIC -I$
(
SRCDIR
)
/include/xilinx -Iorig/common_v1_00_a/src -Wno-int-conversion -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast"
)
set
(
CMAKE_C_FLAGS
"
${
CMAKE_C_FLAGS
}
-O3 -fPIC -I
$
{
SRCDIR
}
/include/xilinx -Iorig/common_v1_00_a/src -Wno-int-conversion -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast"
)
file
(
GLOB SOURCES src/*.c orig/*/src/*.c
)
...
...
@@ -41,4 +41,4 @@ set(CPACK_PACKAGE_VERSION_PATCH "0")
set
(
CPACK_SOURCE_GENERATOR
"TGZ"
)
set
(
CPACK_SOURCE_PACKAGE_FILE_NAME
"
${
CMAKE_PROJECT_NAME
}
-
${
CPACK_PACKAGE_VERSION_MAJOR
}
.
${
CPACK_PACKAGE_VERSION_MINOR
}
"
)
set
(
CPACK_SOURCE_IGNORE_FILES
"/build/;/.git/;~$;
${
CPACK_SOURCE_IGNORE_FILES
}
"
)
include
(
CPack
)
\ No newline at end of file
include
(
CPack
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment