summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
blob: 2d0791517f1d0b4dae973142f58e60de80dd0d7e (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
# CMakeLists for src/

IF(WIN32)
	# We need this defined when compiling with cmake
	ADD_DEFINITIONS(-DCOMPILE_USE_STANDALONE_MOC_SOURCES)
ENDIF()

# Find subdirs
SUBDIRS(kvilib kvirc modules)