Skip to content

Commit

Permalink
include/utils
Browse files Browse the repository at this point in the history
  • Loading branch information
joshSi committed May 18, 2024
1 parent 60a2bc7 commit b3d26da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ else()
add_executable(PhantomForce ${SOURCES} ${HEADERS} ${RESOURCES})
target_link_libraries(PhantomForce PRIVATE sfml-graphics)
endif()
target_include_directories(PhantomForce PRIVATE include)
target_include_directories(PhantomForce PRIVATE include include/utils)

target_compile_features(PhantomForce PRIVATE cxx_std_17)
if (WIN32 AND BUILD_SHARED_LIBS)
Expand Down

0 comments on commit b3d26da

Please sign in to comment.