1
0
Fork 0

In progress...

This commit is contained in:
Kolan Sh 2016-04-01 20:34:42 +03:00
parent d67fa0dd5f
commit b88477150b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ SET (LibPackages gtk+-3.0 gee-0.8 gobject-plugin-iface-0 laview-core-iface-0 lav
SET (LibPkgModules gtk+-3.0 gee-0.8 gobject-plugin-0 laview-core-0) SET (LibPkgModules gtk+-3.0 gee-0.8 gobject-plugin-0 laview-core-0)
SET (LibCustomVapis ${CMAKE_SOURCE_DIR}/config/Config.vapi) SET (LibCustomVapis ${CMAKE_SOURCE_DIR}/config/Config.vapi)
INCLUDE_DIRECTORIES ("${CMAKE_BINARY_DIR}/config") INCLUDE_DIRECTORIES ("${CMAKE_BINARY_DIR}/config")
SET (Plugin ON) SET (LibIsPlugin ON)
SET (LibInstall ON) SET (LibInstall ON)
SET (LibExtraSources ${CMAKE_CURRENT_BINARY_DIR}/library_constructor.c) SET (LibExtraSources ${CMAKE_CURRENT_BINARY_DIR}/library_constructor.c)
SET (LC_RELATIVE_PREFIX "../../../..") SET (LC_RELATIVE_PREFIX "../../../..")