Test commit 2

This commit is contained in:
TuxSH
2015-09-13 16:51:10 +02:00
parent c35b4a330c
commit 25174e4dd1

View File

@@ -1,9 +1,8 @@
cmake_minimum_required(VERSION 2.8.12)
project(PkmGCSaveEditor)
# Include generated moc files
# MOC
set(CMAKE_INCLUDE_CURRENT_DIR ON)
# Instruct CMake to run moc automatically when needed.
set(CMAKE_AUTOMOC ON)
find_package(Qt5Widgets REQUIRED)