Use hyphens in cmake instead of underscores when appropriate
Compare changes
- Vladimir Onoprienko authored
Using hyphens is preffered throughout the project. This should be applied to CMakeLists.txt as well
+ 10
− 12
@@ -3,15 +3,15 @@ project(exple_cmake_build CXX)
@@ -3,15 +3,15 @@ project(exple_cmake_build CXX)
@@ -24,15 +24,15 @@ else()
@@ -24,15 +24,15 @@ else()
@@ -70,7 +70,7 @@ list(TRANSFORM CURRENT_SOURCES PREPEND "${SOURCE_DIR}/")
@@ -70,7 +70,7 @@ list(TRANSFORM CURRENT_SOURCES PREPEND "${SOURCE_DIR}/")
@@ -78,9 +78,7 @@ add_executable(exple_add_numbers
@@ -78,9 +78,7 @@ add_executable(exple_add_numbers
"${GRID_HEADERS}") # headers should be explicitly added to the target to be shown in IDEs after mentioned in source_group()