Improve installation

This commit is contained in:
Ryan Pavlik
2010-11-11 12:06:14 -06:00
parent 737a04255b
commit c2c1dca625
4 changed files with 23 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
cmake_minimum_required(VERSION 2.6)
# Set package properties
project(wiiuse)
project(WiiUse)
###
# Set up options
@@ -15,6 +15,7 @@ project(wiiuse)
option(BUILD_EXAMPLE "Should we build the example app?" YES)
option(BUILD_EXAMPLE_SDL "Should we build the SDL-based example app?" YES)
option(INSTALL_EXAMPLES "Should we install the example apps?" YES)
###
# Perform build configuration of dependencies