summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-03-05 06:38:09 -0500
committerrealtradam <[email protected]>2023-03-05 06:38:09 -0500
commite58d0577634b1405a40a4b1ebd0a36323fa81970 (patch)
treee0facd0d5e396b07ef161dc7ef885c71694d0cbb /CMakeLists.txt
parenteb6a382d03c5b9c915a949ea1119c2cbf72f1d6e (diff)
downloadRodeoKit-e58d0577634b1405a40a4b1ebd0a36323fa81970.tar.gz
RodeoKit-e58d0577634b1405a40a4b1ebd0a36323fa81970.zip
initial rewrite to follow new styleguide
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a5d3514..1c9fdec 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,14 +24,14 @@ file(GLOB SOURCES
add_library(${PROJECT_NAME} ${SOURCES})
-#if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "Emscripten")
-#target_compile_options(${PROJECT_NAME} PRIVATE
-#-Wall
-#-Wextra
-#-Wpedantic
-##-Werror
-#)
-#endif()
+if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "Emscripten")
+target_compile_options(${PROJECT_NAME} PRIVATE
+-Wall
+-Wextra
+-Wpedantic
+#-Werror
+)
+endif()
find_package(Git QUIET)
if(GIT_FOUND AND EXISTS "${PROJECT_SOURCE_DIR}/.git")