Skip to content

Commit

Permalink
- Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Aug 6, 2024
1 parent e5efc14 commit 7768c92
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ endif ()
add_compile_definitions(CMAKE_PROJECT_NAME="${PROJECT_NAME}")
add_compile_definitions(VERSION_STRING="${VERSION_STRING}")

add_executable(${PROJECT_NAME} main.cc types/Products.h)
add_executable(${PROJECT_NAME} main.cc)

find_package(boost_date_time CONFIG REQUIRED)
find_package(boost_system CONFIG REQUIRED)
Expand Down Expand Up @@ -78,11 +78,3 @@ target_sources(${PROJECT_NAME}
${UTIL_SRC})

add_subdirectory(test)

install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/config.json
${CMAKE_CURRENT_SOURCE_DIR}/the26f_org.key
${CMAKE_CURRENT_SOURCE_DIR}/the26f_org_integrated.crt
${CMAKE_CURRENT_SOURCE_DIR}/verifyEmail.html
DESTINATION
${CMAKE_BINARY_DIR})

0 comments on commit 7768c92

Please sign in to comment.