Skip to content

Commit

Permalink
Comment disable shared libs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDoom committed Dec 8, 2024
1 parent 730ff78 commit c3e5462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add_subdirectory(util)
add_subdirectory(emulator)

set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
option(BUILD_SHARED_LIBS "Build shared libraries" OFF)
#option(BUILD_SHARED_LIBS "Build shared libraries" OFF)

target_sources(8ChocChip PUBLIC main.cpp)

Expand Down

0 comments on commit c3e5462

Please sign in to comment.