Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonAndEmma authored Apr 7, 2024
1 parent 369fb25 commit 377ab28
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 @@ -3,7 +3,7 @@ project(arm9_music_editor) # Create project "arm9_music_editor"
set(CMAKE_CXX_STANDARD 14) # Enable c++14 standard

# Add main.cpp file of the project root directory as a source file
set(SOURCE_FILES main.cpp)
set(SOURCE_FILES music_table_editor.cpp)

# Add executable target with source files listed in SOURCE_FILES variable
add_executable(arm9_music_editor ${SOURCE_FILES})

0 comments on commit 377ab28

Please sign in to comment.