Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipagaxi committed Mar 11, 2024
1 parent ddc4166 commit 9238b24
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ file(GLOB source_files
)
set(SOURCES ${source_files})

set(CMAKE_INSTALL_PREFIX ./project_build)
message (STATUS "CMAKE_INSTALL_PREFIX: ${CMAKE_INSTALL_PREFIX}")

file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
option(BUILD_SHARED_LIBS "Build shared libraries" OFF)
Expand Down Expand Up @@ -40,4 +43,4 @@ if(WIN32)
VERBATIM)
endif()

install(TARGETS ${PROJECT_NAME})
install(TARGETS ${PROJECT_NAME})

0 comments on commit 9238b24

Please sign in to comment.