Skip to content

Commit

Permalink
A little change.
Browse files Browse the repository at this point in the history
  • Loading branch information
ax-6 committed Aug 17, 2024
1 parent 9d5223e commit f4fa17a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aq/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ cmake_minimum_required(VERSION 3.10)

include_directories(${PROJECT_SOURCE_DIR})

set(SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/aq.c)

SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/bin)

set(SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/aq.c)

add_executable(aq ${SOURCES})

target_link_libraries(aq PRIVATE Aqvm)

0 comments on commit f4fa17a

Please sign in to comment.