LAview.Core/src/CMakeLists.txt

10 lines
176 B
CMake
Raw Permalink Normal View History

2016-12-07 19:36:43 +03:00
IF (WIN32)
SET (LibValaOpts -D WINDOWS)
ELSE (WIN32)
SET (LibValaOpts -D UNIX)
ENDIF (WIN32)
ADD_SUBDIRECTORY (conv)
ADD_SUBDIRECTORY (core)
ADD_SUBDIRECTORY (core-iface)