diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-10-15 18:47:32 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-15 18:47:32 -0300 |
commit | 03891a7bf73c0eeee440ad4354da4aeb3f634795 (patch) | |
tree | 9a47139f4c874773cf804ca72e652e6f55f395bf | |
parent | ca2158d3f344853739a51051bf0ef3d26390e3fc (diff) | |
download | PSP.git-03891a7bf73c0eeee440ad4354da4aeb3f634795.tar.gz PSP.git-03891a7bf73c0eeee440ad4354da4aeb3f634795.tar.xz PSP.git-03891a7bf73c0eeee440ad4354da4aeb3f634795.zip |
Update CMakeLists.txt
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 420893c..ea603aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ SET(PROJECT_NAME "PSP-UFU") project(${PROJECT_NAME}) set(default_build_type "Release") -aux_source_directory("Project/" SRC_LIST) +aux_source_directory("Project/" PSP_SRC) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) |