Skip to content

Commit

Permalink
fix cmakelists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemeowx2 committed Sep 15, 2018
1 parent 7e4dc59 commit fcc4b1e
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 @@ -2,10 +2,10 @@ cmake_minimum_required(VERSION 3.0)
project (SwitchLanPlay)
set(LANPLAY_VERSION 0.0.1)

add_compile_definitions(LANPLAY_VERSION="${LANPLAY_VERSION}")
add_compile_options(
"-Wall"
"-Wno-unused-function"
"-DLANPLAY_VERSION=\"${LANPLAY_VERSION}\""
)
set(CMAKE_C_FLAGS_DEBUG
"-g3 -ggdb -g"
Expand Down

0 comments on commit fcc4b1e

Please sign in to comment.