Last change
on this file was 89, checked in by morasjul, 11 years ago |
PACPUS 2.0 Beta deployed in new branch
Major changes:
-Add communication interface between components
-Add examples for communications interface (TestComponents)
-Move to Qt5 support
|
-
Property svn:executable
set to
*
|
File size:
674 bytes
|
Line | |
---|
1 | #################################################
|
---|
2 | # ___________ ____ ______ __ __ _____ #
|
---|
3 | # \____ \__ \ _/ ___\\____ \| | \/ ___/ #
|
---|
4 | # | |_> > __ \\ \___| |_> > | /\___ \ #
|
---|
5 | # | __(____ /\___ > __/|____//____ > #
|
---|
6 | # |__| \/ \/|__| \/ #
|
---|
7 | # #
|
---|
8 | #################################################
|
---|
9 |
|
---|
10 | # ========================================
|
---|
11 | # GCC-Based compilers
|
---|
12 | # ========================================
|
---|
13 | if("${CMAKE_C_COMPILER}" MATCHES "gcc|icc|clang")
|
---|
14 | pacpus_info("The libraries will be compiled with -fPIC")
|
---|
15 | list(APPEND PACPUS_DEFINITIONS " -fPIC ")
|
---|
16 | endif()
|
---|
Note:
See
TracBrowser
for help on using the repository browser.