share/CMakeLists.txt
author unc0rr
Mon, 12 Oct 2009 16:44:30 +0000
changeset 2428 6800f8aa0184
parent 2393 068632066f80
child 2641 b08cafb86797
permissions -rw-r--r--
Huge Smaxx patch with some fixes by me: - support for non power of two textures - modelview matrix calculation optimizations - health effect when picking up health crates or using vampirism - rc plane training time trial - fix visual gear drawing position (might require recheck) - gamepad support - reordered options in frontend - updated binding options (subcaptions, descriptions and localizable names) - cfg-dir parameter for frontend (allows teams/settings to sit on a usb flash drive for example) - icons for chatroom user list
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
     1
add_subdirectory(hedgewars)
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents: 184
diff changeset
     2
IF(APPLE)
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents: 184
diff changeset
     3
	configure_file(${hedgewars_SOURCE_DIR}/share/Info.plist.in 
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents: 184
diff changeset
     4
		${CMAKE_CURRENT_BINARY_DIR}/Info.plist)
2015
d2848d723690 koda's patch
unc0rr
parents: 1999
diff changeset
     5
	install(PROGRAMS "${CMAKE_CURRENT_BINARY_DIR}/Info.plist"
d2848d723690 koda's patch
unc0rr
parents: 1999
diff changeset
     6
		DESTINATION ../)
d2848d723690 koda's patch
unc0rr
parents: 1999
diff changeset
     7
	install(PROGRAMS "${hedgewars_SOURCE_DIR}/misc/Icon.icns"
d2848d723690 koda's patch
unc0rr
parents: 1999
diff changeset
     8
		DESTINATION ../Resources/)
2393
068632066f80 some fixes for the autoupdate thingy
koda
parents: 2015
diff changeset
     9
	install(PROGRAMS "${hedgewars_SOURCE_DIR}/misc/dsa_pub.pem"
068632066f80 some fixes for the autoupdate thingy
koda
parents: 2015
diff changeset
    10
		DESTINATION ../Resources/)
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents: 184
diff changeset
    11
ENDIF(APPLE)