1
0
Fork 0

In progress...

This commit is contained in:
Kolan Sh 2016-04-01 20:51:33 +03:00
parent 678320f41b
commit eda5c00e4b
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@ SET (LibName laview-plugin-object-example-${MAJOR})
FILE (GLOB_RECURSE LibSources RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.vala)
SET (LibPackages gtk+-3.0 gee-0.8 gobject-plugin-iface-0 laview-core-iface-0 laview-core-0
laview-plugin-data-example-0)
SET (LibPkgModules gtk+-3.0 gee-0.8 gobject-plugin-0 laview-core-0 laview-plugin-data-example-0)
SET (LibPkgModules gtk+-3.0 gee-0.8 gobject-plugin-0 laview-core-0)
IF (WIN32)
SET (LibPkgModules ${LibPkgModules} laview-plugin-data-example-0)
ENDIF (WIN32)
SET (LibCustomVapis ${CMAKE_SOURCE_DIR}/config/Config.vapi)
INCLUDE_DIRECTORIES ("${CMAKE_BINARY_DIR}/config")
SET (LibIsPlugin ON)