Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Thibaud Rabillard
- Thu, 09 Nov 2017 10:32:45
Show More
0
core/cmake/Findsciqlop-core.cmake
core/cmake/Findsciqlop-core.cmake
+5
-1
@@
-15,7
+15,11
set (OS_LIB_EXTENSION "so")
15
if ( WIN32 )
15
if ( WIN32 )
16
set ( OS_LIB_EXTENSION "dll" )
16
set ( OS_LIB_EXTENSION "dll" )
17
endif ( WIN32 )
17
endif ( WIN32 )
18
# TODO: Add Mac Support
18
19
if ( APPLE )
20
set ( OS_LIB_EXTENSION "dylib" )
21
endif ( APPLE )
22
19
set ( SCIQLOP-CORE_LIBRARIES ${ LIBRARY_OUTPUT_PATH } /libsciqlop_core ${ DEBUG_SUFFIX } . ${ OS_LIB_EXTENSION } )
23
set ( SCIQLOP-CORE_LIBRARIES ${ LIBRARY_OUTPUT_PATH } /libsciqlop_core ${ DEBUG_SUFFIX } . ${ OS_LIB_EXTENSION } )
20
24
21
set ( SCIQLOP-CORE_FOUND TRUE )
25
set ( SCIQLOP-CORE_FOUND TRUE )
0
gui/cmake/Findsciqlop-gui.cmake
gui/cmake/Findsciqlop-gui.cmake
+5
-1
@@
-15,7
+15,11
set (OS_LIB_EXTENSION "so")
15
if ( WIN32 )
15
if ( WIN32 )
16
set ( OS_LIB_EXTENSION "dll" )
16
set ( OS_LIB_EXTENSION "dll" )
17
endif ( WIN32 )
17
endif ( WIN32 )
18
# TODO: Add Mac Support
18
19
if ( APPLE )
20
set ( OS_LIB_EXTENSION "dylib" )
21
endif ( APPLE )
22
19
set ( SCIQLOP-GUI_LIBRARIES ${ LIBRARY_OUTPUT_PATH } /libsciqlop_gui ${ DEBUG_SUFFIX } . ${ OS_LIB_EXTENSION } )
23
set ( SCIQLOP-GUI_LIBRARIES ${ LIBRARY_OUTPUT_PATH } /libsciqlop_gui ${ DEBUG_SUFFIX } . ${ OS_LIB_EXTENSION } )
20
24
21
set ( SCIQLOP-GUI_FOUND TRUE )
25
set ( SCIQLOP-GUI_FOUND TRUE )
0
plugins/amda/cmake/Findsciqlop-amda.cmake
plugins/amda/cmake/Findsciqlop-amda.cmake
+5
-1
@@
-15,7
+15,11
set (OS_LIB_EXTENSION "so")
15
if ( WIN32 )
15
if ( WIN32 )
16
set ( OS_LIB_EXTENSION "dll" )
16
set ( OS_LIB_EXTENSION "dll" )
17
endif ( WIN32 )
17
endif ( WIN32 )
18
# TODO: Add Mac Support
18
19
if ( APPLE )
20
set ( OS_LIB_EXTENSION "dylib" )
21
endif ( APPLE )
22
19
set ( SCIQLOP-AMDA_LIBRARIES_NAME "libsciqlop_amda${DEBUG_SUFFIX}.${OS_LIB_EXTENSION}" )
23
set ( SCIQLOP-AMDA_LIBRARIES_NAME "libsciqlop_amda${DEBUG_SUFFIX}.${OS_LIB_EXTENSION}" )
20
set ( SCIQLOP-AMDA_LIBRARIES "${LIBRARY_OUTPUT_PATH}/${SCIQLOP-AMDA_LIBRARIES_NAME}" )
24
set ( SCIQLOP-AMDA_LIBRARIES "${LIBRARY_OUTPUT_PATH}/${SCIQLOP-AMDA_LIBRARIES_NAME}" )
21
25
0
plugins/mockplugin/cmake/Findsciqlop-mockplugin.cmake
plugins/mockplugin/cmake/Findsciqlop-mockplugin.cmake
+5
-1
@@
-15,7
+15,11
set (OS_LIB_EXTENSION "so")
15
if ( WIN32 )
15
if ( WIN32 )
16
set ( OS_LIB_EXTENSION "dll" )
16
set ( OS_LIB_EXTENSION "dll" )
17
endif ( WIN32 )
17
endif ( WIN32 )
18
# TODO: Add Mac Support
18
19
if ( APPLE )
20
set ( OS_LIB_EXTENSION "dylib" )
21
endif ( APPLE )
22
19
set ( SCIQLOP-MOCKPLUGIN_LIBRARIES_NAME "libsciqlop_mockplugin${DEBUG_SUFFIX}.${OS_LIB_EXTENSION}" )
23
set ( SCIQLOP-MOCKPLUGIN_LIBRARIES_NAME "libsciqlop_mockplugin${DEBUG_SUFFIX}.${OS_LIB_EXTENSION}" )
20
set ( SCIQLOP-MOCKPLUGIN_LIBRARIES "${LIBRARY_OUTPUT_PATH}/${SCIQLOP-MOCKPLUGIN_LIBRARIES_NAME}" )
24
set ( SCIQLOP-MOCKPLUGIN_LIBRARIES "${LIBRARY_OUTPUT_PATH}/${SCIQLOP-MOCKPLUGIN_LIBRARIES_NAME}" )
21
25
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages