Skip to content

Commit

Permalink
Changed version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthroy12 committed Sep 16, 2021
1 parent b4b01f4 commit 84a2928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ file(GLOB_RECURSE APP_SOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} src/*.c)
add_executable(${CMAKE_PROJECT_NAME} ${APP_SOURCES})
target_link_libraries(${CMAKE_PROJECT_NAME} raylib)

target_compile_definitions(${CMAKE_PROJECT_NAME} PUBLIC GAME_VERSION="1.2-DEV")
target_compile_definitions(${CMAKE_PROJECT_NAME} PUBLIC GAME_VERSION="1.2")

target_compile_definitions(${CMAKE_PROJECT_NAME} PUBLIC ASSETS_PATH="${CMAKE_CURRENT_SOURCE_DIR}/assets/") # Set the asset path macro to the absolute path on the dev machine
#target_compile_definitions(${CMAKE_PROJECT_NAME} PUBLIC ASSETS_PATH="assets/") # Set the asset path macro in release more
Expand Down

0 comments on commit 84a2928

Please sign in to comment.