Skip to content
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #125 from super7ramp/cmake-small-improvements
Browse files Browse the repository at this point in the history
Cmake small improvements
  • Loading branch information
christopho committed Apr 7, 2018
2 parents b35f18d + a209d57 commit 52a3ee4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.6)
project(ZSDX)
project(ZSDX NONE)

set(quest_name "zsdx")

Expand Down Expand Up @@ -28,6 +28,8 @@ file(GLOB_RECURSE data_files
${CMAKE_CURRENT_SOURCE_DIR}/data/*.glsl
)

list(SORT data_files)

file(GLOB_RECURSE data_files_prefixed
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/data/*.spc
Expand All @@ -42,6 +44,8 @@ file(GLOB_RECURSE data_files_prefixed
${CMAKE_CURRENT_SOURCE_DIR}/data/*.glsl
)

list(SORT data_files_prefixed)

# add other data to zip archive
add_custom_command(
OUTPUT data.solarus
Expand Down

0 comments on commit 52a3ee4

Please sign in to comment.