hedgewars/CMakeLists.txt
changeset 3529 0e968ba12a84
parent 3528 0ad90165fde0
child 3539 c3d1fccbe0ed
equal deleted inserted replaced
3516:a8c673657b79 3529:0e968ba12a84
    59 	uLandTexture.pas
    59 	uLandTexture.pas
    60 	uLocale.pas
    60 	uLocale.pas
    61 	uMisc.pas
    61 	uMisc.pas
    62 	uRandom.pas
    62 	uRandom.pas
    63 	uScript.pas
    63 	uScript.pas
    64 	uSHA.pas
    64 	adler32.pas
    65 	uSound.pas
    65 	uSound.pas
    66 	uStats.pas
    66 	uStats.pas
    67 	uStore.pas
    67 	uStore.pas
    68 	uTeams.pas
    68 	uTeams.pas
    69 	uVisualGears.pas
    69 	uVisualGears.pas
    74 	GearDrawing.inc
    74 	GearDrawing.inc
    75 	HHHandlers.inc
    75 	HHHandlers.inc
    76 	SinTable.inc
    76 	SinTable.inc
    77 	options.inc
    77 	options.inc
    78 	${CMAKE_CURRENT_BINARY_DIR}/config.inc
    78 	${CMAKE_CURRENT_BINARY_DIR}/config.inc
       
    79 	openalbridge
    79 	)
    80 	)
    80 
    81 
    81 if(BUILD_ENGINE_LIBRARY)
    82 if(BUILD_ENGINE_LIBRARY)
    82 	message(STATUS "Engine will be built as library (experimental)")
    83 	message(STATUS "Engine will be built as library (experimental)")
    83 	set(hwengine_project ${hedgewars_SOURCE_DIR}/hedgewars/hwLibrary.pas)
    84 	set(hwengine_project ${hedgewars_SOURCE_DIR}/hedgewars/hwLibrary.pas)