share/CMakeLists.txt
changeset 8649 e3a9339ce1fd
parent 8317 ec9f94ab2737
child 8650 18807b6302c8
equal deleted inserted replaced
8648:364535926399 8649:e3a9339ce1fd
     1 add_subdirectory(hedgewars)
     1 
       
     2 set(SHAREPATH ${HEDGEWARS_DATADIR})
       
     3 
       
     4 add_subdirectory(hedgewars/Data)
     2 
     5 
     3 if(APPLE)
     6 if(APPLE)
     4     #needed for CFBundleVersion and CFBundleShortVersionString
     7     #needed for CFBundleVersion and CFBundleShortVersionString
     5         #should reuse the variables set in main CMakeLists.txt
     8         #should reuse the variables set in main CMakeLists.txt
     6     if(HGCOMMAND AND (EXISTS ${CMAKE_SOURCE_DIR}/.hg))
     9     if(HGCOMMAND AND (EXISTS ${CMAKE_SOURCE_DIR}/.hg))