Skip to content

Commit

Permalink
Split it into multiple directories for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Dohring committed Oct 22, 2012
1 parent 0081878 commit 188d2ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cmake_minimum_required(VERSION 2.8)
project(tvorba)

set(tvorba_VERSION_MAJOR 1)
set(tvorba_VERSION_MINOR 0)
SET(tvorba_VERSION_MAJOR 1)
SET(tvorba_VERSION_MINOR 0)
SET(tvorba_VERSION_REVISION 0)
SET(tvorba_VERSION "${tvorba_VERSION_MAJOR}.${tvorba_VERSION_MINOR}.${tvorba_VERSION_REVISION}")

configure_file
file(GLOB SOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} src/*.cpp)
add_executable(tvorba ${SOURCES})
add_subdirectory(src)

0 comments on commit 188d2ce

Please sign in to comment.