We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ebabac + a4213dd commit 6b51c17Copy full SHA for 6b51c17
src/CMakeLists.txt
@@ -1,9 +1,9 @@
1
cmake_minimum_required(VERSION 3.16)
2
3
file(GLOB_RECURSE source_files *.cpp)
4
-file(GLOB RECURSE header_files *.h)
+file(GLOB_RECURSE header_files *.h)
5
6
-add_executable(mob ${source_files})
+add_executable(mob ${source_files} ${header_files})
7
set_target_properties(mob PROPERTIES CXX_STANDARD 20)
8
9
target_compile_definitions(mob PUBLIC NOMINMAX)
0 commit comments